We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c9480d commit 023b777Copy full SHA for 023b777
docs/content/tutorial/step_02.ngdoc
@@ -61,7 +61,7 @@ by the value of the expressions.
61
We have added a new directive, called `ng-controller`, which attaches a `PhoneListCtrl`
62
__controller__ to the <body> tag. At this point:
63
64
-* The expressions in curly braces (`{{phone.name}}` and `{{phone.snippet}}` denote
+* 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`
66
controller.
67
0 commit comments