diff options
| author | Ore Landau | 2013-06-12 11:38:41 +0300 |
|---|---|---|
| committer | Pete Bacon Darwin | 2013-06-13 21:15:32 +0100 |
| commit | 17c401d09a92734e8a5ac08a2360912a87438fa3 (patch) | |
| tree | fc95e03b8c017ad2987d98f158624906389bb8f3 | |
| parent | 488aea15f42acaa8ff3ae029b0074c5d2b3c09b4 (diff) | |
| download | angular.js-17c401d09a92734e8a5ac08a2360912a87438fa3.tar.bz2 | |
docs(tutorial/step_05): apply more useful link to services
| -rw-r--r-- | docs/content/tutorial/step_05.ngdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/tutorial/step_05.ngdoc b/docs/content/tutorial/step_05.ngdoc index 5402cd87..fc58c654 100644 --- a/docs/content/tutorial/step_05.ngdoc +++ b/docs/content/tutorial/step_05.ngdoc @@ -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 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. Services are managed by angular's {@link guide/di DI subsystem}. Dependency injection |
