diff options
| author | phamdt | 2013-10-16 16:59:51 -0700 | 
|---|---|---|
| committer | Pete Bacon Darwin | 2013-10-25 21:51:23 +0100 | 
| commit | 4645c95702b85a256d32e4d95d6de9558f4f9fa7 (patch) | |
| tree | 4fa39208ec035150a81a3ff94745afc3e4975568 /docs/content/tutorial | |
| parent | c47a366bc444e94f50fc0032a8e74a903415a2ba (diff) | |
| download | angular.js-4645c95702b85a256d32e4d95d6de9558f4f9fa7.tar.bz2 | |
docs(tutorial/step-5): fix wrong link to services guide
Closes #4477
Diffstat (limited to 'docs/content/tutorial')
| -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 fce100b0..c9ffeded 100644 --- a/docs/content/tutorial/step_05.ngdoc +++ b/docs/content/tutorial/step_05.ngdoc @@ -6,7 +6,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 api/ng services} called {@link +from our server using one of Angular's built-in {@link guide/dev_guide.services services} called {@link  api/ng.$http $http}. We will use Angular's {@link guide/di dependency  injection (DI)} to provide the service to the `PhoneListCtrl` controller. | 
