docs(reactive-forms): fix typo (#3509)

This commit is contained in:
Ryan Nickel 2017-04-09 11:21:21 -04:00 committed by Jesús Rodríguez
parent 949ede9d86
commit 814a64a932
1 changed files with 1 additions and 1 deletions

View File

@ -478,7 +478,7 @@ figure.image-display
and a checkbox for the `sidekick`.
You must bind the option's value property with `[value]="state"`.
If you do not bind the value, the select shows the first option form the data model.
If you do not bind the value, the select shows the first option from the data model.
The component _class_ defines control properties without regard for their representation in the template.
You define the `state`, `power`, and `sidekick` controls the same way you defined the `name` control.