mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +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
|
||||
* @name ng.$http
|
||||
* @requires $httpBacked
|
||||
* @requires $httpBackend
|
||||
* @requires $browser
|
||||
* @requires $cacheFactory
|
||||
* @requires $rootScope
|
||||
|
|
|
|||
Loading…
Reference in a new issue