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

Commit 14fd064

Browse files
cedricssIgorMinar
authored andcommitted
docs($resource): fix bad indentation producing a code block
1 parent 3178afb commit 14fd064

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
@@ -145,9 +145,9 @@
145145
});
146146
</pre>
147147
*
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:
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:
151151
*
152152
<pre>
153153
var User = $resource('/user/:userId', {userId:'@id'});

0 commit comments

Comments
 (0)