Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 7f6da76

Browse files
Rolandpetebacondarwin
Roland
authored andcommitted
docs(tutorial): mention the controller along the scope
1 parent 6926ef8 commit 7f6da76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/tutorial/step_03.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ really is that easy to set up any functional, readable, end-to-end test.
143143
<title>Google Phone Gallery: {{query}}</title>
144144

145145
However, when you reload the page, you won't see the expected result. This is because the "query"
146-
model lives in the scope defined by the body element:
146+
model lives in the scope, defined by the `ng-controller="PhoneListCtrl"` directive, on the body element:
147147

148148
<body ng-controller="PhoneListCtrl">
149149

0 commit comments

Comments
 (0)