docs(tutorial/step_05): apply more useful link to services

This commit is contained in:
Ore Landau 2013-06-12 11:38:41 +03:00 committed by Pete Bacon Darwin
parent 488aea15f4
commit 17c401d09a

View file

@ -44,7 +44,7 @@ Following is a sample of the file:
We'll use angular's {@link api/ng.$http $http} service in our controller to make an HTTP We'll use angular's {@link api/ng.$http $http} service in our controller to make an HTTP
request to your web server to fetch the data in the `app/phones/phones.json` file. `$http` is just request to your web server to fetch the data in the `app/phones/phones.json` file. `$http` is just
one of several built-in {@link api/ng angular services} that handle common operations one of several built-in {@link guide/dev_guide.services angular services} that handle common operations
in web apps. Angular injects these services for you where you need them. in web apps. Angular injects these services for you where you need them.
Services are managed by angular's {@link guide/di DI subsystem}. Dependency injection Services are managed by angular's {@link guide/di DI subsystem}. Dependency injection