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

Update step_04.ngdoc #5356

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 @@ -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
Expand Down