From f8b755982a3f110e1badb2326c0268f5adf767ad Mon Sep 17 00:00:00 2001 From: Jeremy Tymes Date: Tue, 4 Dec 2012 14:56:16 -0500 Subject: docs($http): fix link typo in $http doc Should be $httpBackend instead of $httpBacked Closes #1516 --- src/ng/http.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/ng/http.js b/src/ng/http.js index 1f1f5e44..d840c78b 100644 --- a/src/ng/http.js +++ b/src/ng/http.js @@ -172,7 +172,7 @@ function $HttpProvider() { /** * @ngdoc function * @name ng.$http - * @requires $httpBacked + * @requires $httpBackend * @requires $browser * @requires $cacheFactory * @requires $rootScope -- cgit v1.2.3