We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3607c98 commit e5c6b70Copy full SHA for e5c6b70
docs/content/tutorial/step_02.ngdoc
@@ -59,7 +59,7 @@ tag as the template.
59
by the value of the expressions.
60
61
We have added a new directive, called `ng-controller`, which attaches a `PhoneListCtrl`
62
-__controller__ to the DOM at this point:
+__controller__ to the <body> tag. At this point:
63
64
* The expressions in curly braces (`{{phone.name}}` and `{{phone.snippet}}` denote
65
bindings, which are referring to our application model, which is set up in our `PhoneListCtrl`
0 commit comments