aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/tutorial/step_05.ngdoc
diff options
context:
space:
mode:
authorjustmiaotou2013-12-10 15:59:10 +0800
committerPete Bacon Darwin2013-12-18 21:15:38 +0000
commita13c4ba770146c2d85e2853a3a1eaa9f6ed3115e (patch)
tree3f492eaa13e1340b03cf19f31190d6ab75f63351 /docs/content/tutorial/step_05.ngdoc
parent040e743b393f53aad11ce200de21590b4fcb0b8b (diff)
downloadangular.js-a13c4ba770146c2d85e2853a3a1eaa9f6ed3115e.tar.bz2
docs(tutorial/step-5): fix typo
Closes #5347
Diffstat (limited to 'docs/content/tutorial/step_05.ngdoc')
-rw-r--r--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 d7e06a6f..9ce46234 100644
--- a/docs/content/tutorial/step_05.ngdoc
+++ b/docs/content/tutorial/step_05.ngdoc
@@ -199,7 +199,7 @@ isolated from the work done in other tests.
* We created a new scope for our controller by calling `$rootScope.$new()`
-* We called the injected `$controller` function passing the name of the`PhoneListCtrl` controller
+* We called the injected `$controller` function passing the name of the `PhoneListCtrl` controller
and the created scope as parameters.
Because our code now uses the `$http` service to fetch the phone list data in our controller, before