From c35b0a7907de1535269876668c345ce944681804 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Mon, 6 Jun 2011 22:02:30 -0700 Subject: yet another docs batch --- docs/content/tutorial/step_03.ngdoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) mode change 100755 => 100644 docs/content/tutorial/step_03.ngdoc (limited to 'docs/content/tutorial/step_03.ngdoc') diff --git a/docs/content/tutorial/step_03.ngdoc b/docs/content/tutorial/step_03.ngdoc old mode 100755 new mode 100644 index 8425ab9a..c4654998 --- a/docs/content/tutorial/step_03.ngdoc +++ b/docs/content/tutorial/step_03.ngdoc @@ -59,7 +59,7 @@ __`app/index.html`:__ -We added a standard HTML `` tag and use angular's {@link api/angular.array.filter $filter} +We added a standard HTML `` tag and use angular's {@link api/angular.Array.filter $filter} function to process the input for the `ng:repeater`. @@ -80,7 +80,7 @@ the DOM to reflect the current state of the model. -* Use of `$filter`. The {@link api/angular.array.filter $filter} method, uses the `query` value, to +* Use of `$filter`. The {@link api/angular.Array.filter $filter} method, uses the `query` value, to create a new array that contains only those records that match the `query`. @@ -207,7 +207,7 @@ element with `id` `"status"` and content with the `query` binding into the `inde make the test pass. -* Add a `wait();` statement into an end-to-end test and rerun it. You'll see the runner pausing, +* Add a `pause()` statement into an end-to-end test and rerun it. You'll see the runner pausing, giving you the opportunity to explore the state of your application displayed in the browser. The app is live! Change the search query to prove it. This is great for troubleshooting end-to-end tests. -- cgit v1.2.3