Skip to content

Commit

Permalink
docs(tutorial/step_05): fix services link
Browse files Browse the repository at this point in the history
  • Loading branch information
frandroid authored and vojtajina committed Mar 21, 2014
1 parent b91b311 commit 916e53c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/tutorial/step_05.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 916e53c

Please sign in to comment.