From 1a98b4fe0283c887462f7941c7e1c8b3a554b309 Mon Sep 17 00:00:00 2001 From: Stéphane Reynaud Date: Fri, 21 Feb 2014 12:36:04 +0100 Subject: docs(tutorial/step_05): fix url-based links refs to AUTO module Closes #6387 --- docs/content/tutorial/step_05.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/content/tutorial') 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. -- cgit v1.2.3