We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 405bab5 commit ef7cdf9Copy full SHA for ef7cdf9
docs/content/tutorial/step_04.ngdoc
@@ -88,7 +88,7 @@ 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 would pick an
+not set the default value here, the model would stay uninitialized until our user picks an
92
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
0 commit comments