aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/http.js
diff options
context:
space:
mode:
authorJeremy Tymes2012-12-04 14:56:16 -0500
committerPawel Kozlowski2012-12-06 21:25:47 +0100
commitf8b755982a3f110e1badb2326c0268f5adf767ad (patch)
treeafe4f8968fcf7acd56976984b22fea8a53f3721d /src/ng/http.js
parentbcc7089b3c65392743a2d5d683c6e23f0fe4b109 (diff)
downloadangular.js-f8b755982a3f110e1badb2326c0268f5adf767ad.tar.bz2
docs($http): fix link typo in $http doc
Should be $httpBackend instead of $httpBacked Closes #1516
Diffstat (limited to 'src/ng/http.js')
-rw-r--r--src/ng/http.js2
1 files changed, 1 insertions, 1 deletions
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