From 14fd064a62999a804bcce1050c81f603510fad95 Mon Sep 17 00:00:00 2001 From: Cedric Soulas Date: Sun, 10 Feb 2013 20:42:55 +0100 Subject: docs($resource): fix bad indentation producing a code block --- src/ngResource/resource.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ngResource/resource.js b/src/ngResource/resource.js index 914de226..eac77603 100644 --- a/src/ngResource/resource.js +++ b/src/ngResource/resource.js @@ -145,9 +145,9 @@ }); * - * 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: *
var User = $resource('/user/:userId', {userId:'@id'});
--
cgit v1.2.3