aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/tutorial/step_05.ngdoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/tutorial/step_05.ngdoc')
-rw-r--r--[-rwxr-xr-x]docs/content/tutorial/step_05.ngdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/tutorial/step_05.ngdoc b/docs/content/tutorial/step_05.ngdoc
index 4bd4e4b3..68cc726a 100755..100644
--- a/docs/content/tutorial/step_05.ngdoc
+++ b/docs/content/tutorial/step_05.ngdoc
@@ -103,7 +103,7 @@ To use a service in angular, you simply declare the names of the services you ne
the controller's constructor function, as follows:
- function PhoneListCtrl($xhr) {
+ function PhoneListCtrl($xhr) {...}
Angular's dependency injector provides services to your controller when the controller is being