diff options
| author | Peter Bacon Darwin | 2014-02-12 22:47:42 +0000 |
|---|---|---|
| committer | Peter Bacon Darwin | 2014-02-16 19:03:41 +0000 |
| commit | a564160511bf1bbed5a4fe5d2981fae1bb664eca (patch) | |
| tree | 16fe76a5c8a4e75c50db5f15224f1b954060cd38 /docs/content/guide/dev_guide.services.understanding_services.ngdoc | |
| parent | 06f2ba899fac8ad004bf65dce39a3b05e2387c0f (diff) | |
| download | angular.js-a564160511bf1bbed5a4fe5d2981fae1bb664eca.tar.bz2 | |
docs(bike-shed-migration): fix url-based links refs to AUTO module
Diffstat (limited to 'docs/content/guide/dev_guide.services.understanding_services.ngdoc')
| -rw-r--r-- | docs/content/guide/dev_guide.services.understanding_services.ngdoc | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/content/guide/dev_guide.services.understanding_services.ngdoc b/docs/content/guide/dev_guide.services.understanding_services.ngdoc index bb02f541..8ebbed63 100644 --- a/docs/content/guide/dev_guide.services.understanding_services.ngdoc +++ b/docs/content/guide/dev_guide.services.understanding_services.ngdoc @@ -5,7 +5,7 @@ ## What are Angular Services? Angular services are singletons objects or functions that carry out specific tasks common to web apps. -Angular has a number of built in services, such as the {@link api/ng.$http $http service}, which +Angular has a number of built in services, such as the {@link ng.$http $http service}, which provides access to the browser's `XMLHttpRequest` object for making requests to a server. Like other core Angular variables and identifiers, the built-in services always start with `$` (such as `$http` mentioned above). You can also create your own custom services. @@ -49,12 +49,12 @@ dependent on this service gets a reference to the single instance generated by t ## Related Topics -* {@link di About Angular Dependency Injection} -* {@link dev_guide.services.creating_services Creating Angular Services} -* {@link dev_guide.services.managing_dependencies Managing Service Dependencies} -* {@link dev_guide.services.testing_services Testing Angular Services} +* {@link guide/di About Angular Dependency Injection} +* {@link guide/dev_guide.services.creating_services Creating Angular Services} +* {@link guide/dev_guide.services.managing_dependencies Managing Service Dependencies} +* {@link guide/dev_guide.services.testing_services Testing Angular Services} ## Related API -* {@link api/ng Angular Service API} -* {@link api/angular.injector Injector API} +* {@link ./ng Angular Service API} +* {@link angular.injector Injector API} |
