diff options
Diffstat (limited to 'docs/content/tutorial')
| -rw-r--r-- | docs/content/tutorial/step_02.ngdoc | 2 | ||||
| -rw-r--r-- | docs/content/tutorial/step_03.ngdoc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/tutorial/step_02.ngdoc b/docs/content/tutorial/step_02.ngdoc index ddb04130..2b431dbc 100644 --- a/docs/content/tutorial/step_02.ngdoc +++ b/docs/content/tutorial/step_02.ngdoc @@ -61,7 +61,7 @@ repeater tells Angular to create a `<li>` element for each phone in the list usi tag as the template. * As we've learned in step 0, the curly braces around `phone.name` and `phone.snippet` denote -bindings. As opposed to evaluating constants, these expression are refering to our application +bindings. As opposed to evaluating constants, these expressions are referring to our application model, which was set up in our `PhoneListCtrl` controller. <img class="diagram" src="img/tutorial/tutorial_02.png"> diff --git a/docs/content/tutorial/step_03.ngdoc b/docs/content/tutorial/step_03.ngdoc index 18d0fca9..1dc5bbca 100644 --- a/docs/content/tutorial/step_03.ngdoc +++ b/docs/content/tutorial/step_03.ngdoc @@ -54,7 +54,7 @@ __`app/index.html`:__ </div> </pre> -We added a standard HTML `<input>` tag and used angular's +We added a standard HTML `<input>` tag and used Angular's {@link api/ng.filter:filter $filter} function to process the input for the {@link api/ng.directive:ngRepeat ngRepeat} directive. |
