diff options
| -rw-r--r-- | src/ngResource/resource.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ngResource/resource.js b/src/ngResource/resource.js index 914de226..eac77603 100644 --- a/src/ngResource/resource.js +++ b/src/ngResource/resource.js @@ -145,9 +145,9 @@ }); </pre> * - * It's worth noting that the success callback for `get`, `query` and other method gets passed - * in the response that came from the server as well as $http header getter function, so one - * could rewrite the above example and get access to http headers as: + * It's worth noting that the success callback for `get`, `query` and other method gets passed + * in the response that came from the server as well as $http header getter function, so one + * could rewrite the above example and get access to http headers as: * <pre> var User = $resource('/user/:userId', {userId:'@id'}); |
