Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3178afb commit 14fd064Copy full SHA for 14fd064
src/ngResource/resource.js
@@ -145,9 +145,9 @@
145
});
146
</pre>
147
*
148
- * It's worth noting that the success callback for `get`, `query` and other method gets passed
149
- * in the response that came from the server as well as $http header getter function, so one
150
- * 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:
151
152
<pre>
153
var User = $resource('/user/:userId', {userId:'@id'});
0 commit comments