aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorRoland2013-07-24 22:57:11 +0200
committerPete Bacon Darwin2013-07-27 17:13:53 +0100
commit3f943e72466c13dabcb866761867e284a6fa2ced (patch)
tree1f53a0fcedf737766d9b389c354221bfb1d462bf /docs
parentbc8c5257e80d27f2d9a545c34d6776e4e63589cc (diff)
downloadangular.js-3f943e72466c13dabcb866761867e284a6fa2ced.tar.bz2
docs(tutorial): mention the controller along the scope
Diffstat (limited to 'docs')
-rw-r--r--docs/content/tutorial/step_03.ngdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/tutorial/step_03.ngdoc b/docs/content/tutorial/step_03.ngdoc
index 0ba36fac..e68d5f16 100644
--- a/docs/content/tutorial/step_03.ngdoc
+++ b/docs/content/tutorial/step_03.ngdoc
@@ -143,7 +143,7 @@ really is that easy to set up any functional, readable, end-to-end test.
<title>Google Phone Gallery: {{query}}</title>
However, when you reload the page, you won't see the expected result. This is because the "query"
-model lives in the scope defined by the body element:
+ model lives in the scope, defined by the `ng-controller="PhoneListCtrl"` directive, on the body element:
<body ng-controller="PhoneListCtrl">