Skip to content

Commit 2901c53

Browse files
bwestrichpetebacondarwin
authored andcommitted
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 angular#10079
1 parent e80053d commit 2901c53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/tutorial/step_04.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ You can now rerun `npm run protractor` to see the tests run.
182182
# Experiments
183183

184184
* In the `PhoneListCtrl` controller, remove the statement that sets the `orderProp` value and
185-
you'll see that Angular will temporarily add a new "unknown" option to the drop-down list and the
185+
you'll see that Angular will temporarily add a new blank ("unknown") option to the drop-down list and the
186186
ordering will default to unordered/natural order.
187187

188188
* Add an `{{orderProp}}` binding into the `index.html` template to display its current value as

0 commit comments

Comments
 (0)