From 023b777a56d44a026515327da38aa96b38a5634e Mon Sep 17 00:00:00 2001 From: Joan Claret Date: Tue, 24 Nov 2015 15:06:06 +0100 Subject: [PATCH] docs(tutorial/2 - Angular Templates): add closing parenthesis Closes #13368 --- 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 19e8e0474549..2fad895f9c78 100644 --- a/docs/content/tutorial/step_02.ngdoc +++ b/docs/content/tutorial/step_02.ngdoc @@ -61,7 +61,7 @@ by the value of the expressions. We have added a new directive, called `ng-controller`, which attaches a `PhoneListCtrl` __controller__ to the <body> tag. At this point: -* The expressions in curly braces (`{{phone.name}}` and `{{phone.snippet}}` denote +* 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` controller.