From c26e514997169daf3771e4836ffaab24447a0442 Mon Sep 17 00:00:00 2001 From: Brian Westrich Date: Sun, 16 Nov 2014 08:02:38 -0600 Subject: [PATCH] docs(tutorial/4 - Two-way Data Binding): describe your change... the name 'unknown' doesn't appear as a choice, the new choice is just blank. side note: once I choose one of the non-blank options, I no longer see the blank option. --- 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 f8474774d15a..2a041030f2ad 100644 --- a/docs/content/tutorial/step_04.ngdoc +++ b/docs/content/tutorial/step_04.ngdoc @@ -182,7 +182,7 @@ You can now rerun `npm run protractor` to see the tests run. # Experiments * In the `PhoneListCtrl` controller, remove the statement that sets the `orderProp` value and -you'll see that Angular will temporarily add a new "unknown" option to the drop-down list and the +you'll see that Angular will temporarily add a new blank ("unknown") option to the drop-down list and the ordering will default to unordered/natural order. * Add an `{{orderProp}}` binding into the `index.html` template to display its current value as