We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 027f20b commit 37bdcc9Copy full SHA for 37bdcc9
src/ngResource/resource.js
@@ -183,9 +183,9 @@
183
});
184
</pre>
185
*
186
- * It's worth noting that the success callback for `get`, `query` and other method gets passed
187
- * in the response that came from the server as well as $http header getter function, so one
188
- * 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:
189
190
<pre>
191
var User = $resource('/user/:userId', {userId:'@id'});
0 commit comments