diff options
| author | Roland | 2013-07-24 22:57:11 +0200 |
|---|---|---|
| committer | Pete Bacon Darwin | 2013-07-27 17:14:30 +0100 |
| commit | 7f6da764e1fb7f1e0b12c74e7379bd3cd5f7907d (patch) | |
| tree | c15d5d3d38c90f8cd7f5b09e52771675dd76ddf3 /docs/content/tutorial | |
| parent | 6926ef8f675ca2123775ae9a2f8a1b6ec97a4a10 (diff) | |
| download | angular.js-7f6da764e1fb7f1e0b12c74e7379bd3cd5f7907d.tar.bz2 | |
docs(tutorial): mention the controller along the scope
Diffstat (limited to 'docs/content/tutorial')
| -rw-r--r-- | docs/content/tutorial/step_03.ngdoc | 2 |
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"> |
