From 37bdcc984a0240cf0ac125613acee12f1cee389d 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(-) (limited to 'src') 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 @@ }); * - * 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