You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Awesome! Thanks for the report; sorry for taking such a long time to take a look into it. Filed as a bug; I'll try and fix it soon as I can. In the meantime, if you have the bandwidth to write a failing test for it that'd be excellent!
Great module btw! Good work guys!
I use angular.copy() to put a resource in a temp variable to revert change made on it later on.
It doesn't work, with this code:
itemTemp = angular.copy(item);
console.log(item, itemTemp)
item = itemTemp;
item.$update(); // PUT METHOD
I get this in the console:
CachedResource {id: 1}, Object {id: 1}
XMLHttpRequest cannot load ...
The text was updated successfully, but these errors were encountered: