diff options
| author | Stéphane Reynaud | 2014-02-21 12:36:04 +0100 | 
|---|---|---|
| committer | Peter Bacon Darwin | 2014-02-21 13:52:00 +0000 | 
| commit | 1a98b4fe0283c887462f7941c7e1c8b3a554b309 (patch) | |
| tree | cb014a7e26758a2a5f34ea22c311a69cee10a186 /docs/content/tutorial | |
| parent | a5859aaf631745fcc8b9c36dd2f68380000f05fc (diff) | |
| download | angular.js-1a98b4fe0283c887462f7941c7e1c8b3a554b309.tar.bz2 | |
docs(tutorial/step_05): fix url-based links refs to AUTO module
Closes #6387
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 d00f95b0..ee94ba45 100644 --- a/docs/content/tutorial/step_05.ngdoc +++ b/docs/content/tutorial/step_05.ngdoc @@ -8,7 +8,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 -api/ng.$http $http}. We will use Angular's {@link guide/di dependency +ng.$http $http}. We will use Angular's {@link guide/di dependency  injection (DI)} to provide the service to the `PhoneListCtrl` controller. | 
