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_04.ngdoc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) mode change 100755 => 100644 docs/content/tutorial/step_04.ngdoc (limited to 'docs/content/tutorial/step_04.ngdoc') diff --git a/docs/content/tutorial/step_04.ngdoc b/docs/content/tutorial/step_04.ngdoc old mode 100755 new mode 100644 index 7d5419e3..7c942c34 --- a/docs/content/tutorial/step_04.ngdoc +++ b/docs/content/tutorial/step_04.ngdoc @@ -71,9 +71,9 @@ two provided sorting options. -* We then chained the `$filter` method with {@link api/angular.array.orderBy `$orderBy`} method to +* We then chained the `$filter` method with {@link api/angular.Array.orderBy `$orderBy`} method to further process the input into the repeater. `$orderBy` is a utility method similar to {@link -api/angular.array.filter `$filter`}, but instead of filtering an array, it reorders it. +api/angular.Array.filter `$filter`}, but instead of filtering an array, it reorders it. Angular creates a two way data-binding between the select element and the `orderProp` model. @@ -201,7 +201,8 @@ Let's turn our attention to the end-to-end test. __`test/e2e/scenarios.js`:__
 ...
-    it('should be possible to control phone order via the drop down select box', function() {
+    it('should be possible to control phone order via the drop down select box',
+        function() {
 
 
       // let's narrow the dataset to make the test assertions shorter
-- 
cgit v1.2.3