Skip to content

Commit

Permalink
Merge pull request #1341 from werthen/patch-1
Browse files Browse the repository at this point in the history
Correct GET operation for services in README.md
  • Loading branch information
daviesgeek authored Aug 31, 2016
2 parents 13d81f1 + c7b773c commit cd7d96c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ module.factory('Users', function(Restangular) {
});

// In your controller you inject Users
Users.get(2) // GET to /users/2
Users.one(2).get() // GET to /users/2
Users.post({data}) // POST to /users

// GET to /users
Expand Down

0 comments on commit cd7d96c

Please sign in to comment.