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:50:21 +0100
commit53fdcafa444ef898a4d0c283bbf94cc2dbdb9786 (patch)
tree01b55bdfecae12a3e8c841eebe4632dba51c68bc /src/ng/http.js
parentaf6f2483be0f2fdaec0329273a664d651081fe73 (diff)
downloadangular.js-53fdcafa444ef898a4d0c283bbf94cc2dbdb9786.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 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