From 18bbeec40b2b430f7334db3f687b3869f29bed1c Mon Sep 17 00:00:00 2001 From: Nathan Wiebe Date: Tue, 29 Jul 2014 10:31:14 -0500 Subject: [PATCH] Update step_02.ngdoc New merge request based on feedback. --- docs/content/tutorial/step_02.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/tutorial/step_02.ngdoc b/docs/content/tutorial/step_02.ngdoc index b3cbe11b14d8..b232c61cf3c2 100644 --- a/docs/content/tutorial/step_02.ngdoc +++ b/docs/content/tutorial/step_02.ngdoc @@ -59,7 +59,7 @@ tag as the template. by the value of the expressions. We have added a new directive, called `ng-controller`, which attaches a `PhoneListCtrl` -__controller__ to the DOM at this point: +__controller__ to the tag. At this point: * The expressions in curly braces (`{{phone.name}}` and `{{phone.snippet}}` denote bindings, which are referring to our application model, which is set up in our `PhoneListCtrl`