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