We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c567bb commit da072a3Copy full SHA for da072a3
docs/content/tutorial/step_04.ngdoc
@@ -88,8 +88,8 @@ phonecatApp.controller('PhoneListCtrl', function ($scope) {
88
record. This property is used to order phones by age.
89
90
* We added a line to the controller that sets the default value of `orderProp` to `age`. If we had
91
-not set the default value here, the model would stay uninitialized until our user picks an
92
-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.
93
94
This is a good time to talk about two-way data-binding. Notice that when the app is loaded in the
95
browser, "Newest" is selected in the drop down menu. This is because we set `orderProp` to `'age'`
0 commit comments