docs($http): fix link typo in $http doc

Should be $httpBackend instead of $httpBacked

Closes #1516
This commit is contained in:
Jeremy Tymes 2012-12-04 14:56:16 -05:00 committed by Pawel Kozlowski
parent af6f2483be
commit 53fdcafa44

View file

@ -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