diff options
| author | frandroid | 2014-03-18 17:22:20 -0400 |
|---|---|---|
| committer | Vojta Jina | 2014-03-21 11:42:19 -0700 |
| commit | 916e53ce14ead459da14c935f95fc384cf1fe41c (patch) | |
| tree | 8b6576193559415c28cc579893cc4c8df7c55600 | |
| parent | b91b3119a44d722aa83a0dbfe8817a5186ba9a99 (diff) | |
| download | angular.js-916e53ce14ead459da14c935f95fc384cf1fe41c.tar.bz2 | |
docs(tutorial/step_05): fix services link
| -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 dccd1d18..031d97b7 100644 --- a/docs/content/tutorial/step_05.ngdoc +++ b/docs/content/tutorial/step_05.ngdoc @@ -7,7 +7,7 @@ Enough of building an app with three phones in a hard-coded dataset! Let's fetch a larger dataset -from our server using one of Angular's built-in {@link guide/dev_guide.services services} called {@link +from our server using one of Angular's built-in {@link guide/services services} called {@link ng.$http $http}. We will use Angular's {@link guide/di dependency injection (DI)} to provide the service to the `PhoneListCtrl` controller. |
