diff options
Diffstat (limited to 'docs/content/guide/dev_guide.services.understanding_services.ngdoc')
| -rw-r--r-- | docs/content/guide/dev_guide.services.understanding_services.ngdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/guide/dev_guide.services.understanding_services.ngdoc b/docs/content/guide/dev_guide.services.understanding_services.ngdoc index ca100561..ac4a7909 100644 --- a/docs/content/guide/dev_guide.services.understanding_services.ngdoc +++ b/docs/content/guide/dev_guide.services.understanding_services.ngdoc @@ -3,7 +3,7 @@ @description Angular services are singletons that carry out specific tasks common to web apps, such as the -{@link api/angular.module.ng.$xhr $xhr service} that provides low level access to the browser's +{@link api/angular.module.ng.$http $http service} that provides low level access to the browser's `XMLHttpRequest` object. To use an angular service, you identify it as a dependency for the dependent (a controller, or |
