-
hi, i'm having a real annoying issue with this code http://pastebin.com/2hfBFYkD , when I try to ng-click removeJob( job ) I can't get the job from the api/v1/user/{UserID}/jobs/{JobID} because of thi…
dukuo updated
11 years ago
-
Details here (saw your comment about restangular there): http://www.bennadel.com/blog/2433-Using-RESTful-Controllers-In-An-AngularJS-Resource.htm
```
/messages/clear-all
/messages/4/archive
```
Basi…
-
Can you please put some simple CRUD example in Plunker?
-
For now, you can't do something like:
``` javascript
Restangular.all("accounts").getList().then(function(accounts) {
accounts.post({... data ...});
});
```
because POST expect to have a first attr…