diff options
| author | Naomi Black | 2014-01-10 17:11:39 -0800 | 
|---|---|---|
| committer | Naomi Black | 2014-01-10 17:11:39 -0800 | 
| commit | f9656dab2dcb9b5871935c58688033537dc229a4 (patch) | |
| tree | dcd01ed3721b8394b1532fc1ea10958c4501d502 /docs | |
| parent | a0d759c61301ebc87a3365ff692438bb13c144ba (diff) | |
| download | angular.js-f9656dab2dcb9b5871935c58688033537dc229a4.tar.bz2 | |
docs: update step_04.ngdoc with a clarification
closes #5730
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/content/tutorial/step_04.ngdoc | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/docs/content/tutorial/step_04.ngdoc b/docs/content/tutorial/step_04.ngdoc index 72c89b6d..26e29226 100644 --- a/docs/content/tutorial/step_04.ngdoc +++ b/docs/content/tutorial/step_04.ngdoc @@ -88,8 +88,8 @@ phonecatApp.controller('PhoneListCtrl', function ($scope) {  record. This property is used to order phones by age.  * We added a line to the controller that sets the default value of `orderProp` to `age`. If we had -not set the default value here, the model would stay uninitialized until our user picks an -option from the drop down menu. +not set a default value here, the `orderBy` filter would remain uninitialized until our  +user picked an option from the drop down menu.    This is a good time to talk about two-way data-binding. Notice that when the app is loaded in the  browser, "Newest" is selected in the drop down menu. This is because we set `orderProp` to `'age'` | 
