diff options
| author | Cedric Soulas | 2013-02-10 20:42:55 +0100 | 
|---|---|---|
| committer | Igor Minar | 2013-02-14 15:47:16 -0800 | 
| commit | 37bdcc984a0240cf0ac125613acee12f1cee389d (patch) | |
| tree | 264d9ba6320d2564fec54f70d2adf2987be2b903 /src | |
| parent | 027f20be1fe426e39a0404e74b17bc654273391c (diff) | |
| download | angular.js-37bdcc984a0240cf0ac125613acee12f1cee389d.tar.bz2 | |
docs($resource): fix bad indentation producing a code block
Diffstat (limited to 'src')
| -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 6e179827..0bcf4cce 100644 --- a/src/ngResource/resource.js +++ b/src/ngResource/resource.js @@ -183,9 +183,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'});  | 
