Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 37bdcc9

Browse files
cedricssIgorMinar
authored andcommitted
docs($resource): fix bad indentation producing a code block
1 parent 027f20b commit 37bdcc9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ngResource/resource.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,9 @@
183183
});
184184
</pre>
185185
*
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:
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:
189189
*
190190
<pre>
191191
var User = $resource('/user/:userId', {userId:'@id'});

0 commit comments

Comments
 (0)