From 2901c53f4291e81eb21b890987f338102b71e04a Mon Sep 17 00:00:00 2001 From: Brian Westrich Date: Sun, 16 Nov 2014 08:02:38 -0600 Subject: [PATCH] docs(tutorial/step-4): "unknown" option is actually blank 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. Closes #10079 --- 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 f8474774..2a041030 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