From 850302368b67a1aee29c159370b7814400c70a36 Mon Sep 17 00:00:00 2001 From: Tony Cronin Date: Tue, 10 Dec 2013 16:32:59 +0000 Subject: [PATCH] Update step_04.ngdoc Grammatical. Change sentence from "If we had not set the default value here, the model would stay uninitialized until our user would pick an option from the drop down menu." to "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." --- docs/content/tutorial/step_04.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/tutorial/step_04.ngdoc b/docs/content/tutorial/step_04.ngdoc index c2edf57397a2..72c89b6df6d0 100644 --- a/docs/content/tutorial/step_04.ngdoc +++ b/docs/content/tutorial/step_04.ngdoc @@ -88,7 +88,7 @@ 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 would pick an +not set the default value here, the model would stay uninitialized until our user picks 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