-
Notifications
You must be signed in to change notification settings - Fork 840
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Second PUT call sends old data #772
Comments
Are you making a copy of what you're sending? I've never had this issue. |
May be related to #811 |
I was having this issue because I was using angular.copy() to copy an element into scope for editing prior to the PUT rather than using Restangular.copy(). There's a section in the docs about this. |
I'm going to go ahead and close this. @miraage if there's still an issue, feel free to re-open the issue |
@daviesgeek i've been figured out this issue by switching |
I receive data via
Restangular.all('notices').getList().$object
.Then I do PUT request on some element - works as expected.
But other PUT requests on this element send old data.
What I do wrong?
The text was updated successfully, but these errors were encountered: