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 bcc7089b3c
commit f8b755982a

View file

@ -172,7 +172,7 @@ function $HttpProvider() {
/**
* @ngdoc function
* @name ng.$http
* @requires $httpBacked
* @requires $httpBackend
* @requires $browser
* @requires $cacheFactory
* @requires $rootScope