diff options
| author | Jeremy Tymes | 2012-12-04 14:56:16 -0500 |
|---|---|---|
| committer | Pawel Kozlowski | 2012-12-06 21:50:21 +0100 |
| commit | 53fdcafa444ef898a4d0c283bbf94cc2dbdb9786 (patch) | |
| tree | 01b55bdfecae12a3e8c841eebe4632dba51c68bc /src/ng/http.js | |
| parent | af6f2483be0f2fdaec0329273a664d651081fe73 (diff) | |
| download | angular.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.js | 2 |
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 |
