Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

docs(tutorial/4 - Two-way Data Binding): describe your change... #10079

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/content/tutorial/step_04.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down