mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-29 20:40:29 +00:00
docs($http): fix link typo in $http doc
Should be $httpBackend instead of $httpBacked Closes #1516
This commit is contained in:
parent
bcc7089b3c
commit
f8b755982a
1 changed files with 1 additions and 1 deletions
|
|
@ -172,7 +172,7 @@ function $HttpProvider() {
|
|||
/**
|
||||
* @ngdoc function
|
||||
* @name ng.$http
|
||||
* @requires $httpBacked
|
||||
* @requires $httpBackend
|
||||
* @requires $browser
|
||||
* @requires $cacheFactory
|
||||
* @requires $rootScope
|
||||
|
|
|
|||
Loading…
Reference in a new issue