diff options
| author | Jeremy Tymes | 2012-12-04 14:56:16 -0500 | 
|---|---|---|
| committer | Pawel Kozlowski | 2012-12-06 21:25:47 +0100 | 
| commit | f8b755982a3f110e1badb2326c0268f5adf767ad (patch) | |
| tree | afe4f8968fcf7acd56976984b22fea8a53f3721d /src/ng/http.js | |
| parent | bcc7089b3c65392743a2d5d683c6e23f0fe4b109 (diff) | |
| download | angular.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.js | 2 | 
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 | 
