docs(tutorial/step_05): fix services link

This commit is contained in:
frandroid
2014-03-18 17:22:20 -04:00
committed by lefos987
parent 4cf2adfeda
commit f7ce415c67

View File

@@ -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.