From 53fdcafa444ef898a4d0c283bbf94cc2dbdb9786 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/ng/http.js') diff --git a/src/ng/http.js b/src/ng/http.js index deeb6cbb..6d4c3875 100644 --- a/src/ng/http.js +++ b/src/ng/http.js @@ -136,7 +136,7 @@ function $HttpProvider() { /** * @ngdoc function * @name ng.$http - * @requires $httpBacked + * @requires $httpBackend * @requires $browser * @requires $cacheFactory * @requires $rootScope -- cgit v1.2.3