mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-20 20:31:52 +00:00
docs(select): fix typos in ngOptions
This commit is contained in:
parent
c3117b7544
commit
9b6c82d804
1 changed files with 2 additions and 2 deletions
|
|
@ -13,8 +13,8 @@
|
||||||
* Optionally `ngOptions` attribute can be used to dynamically generate a list of `<option>`
|
* Optionally `ngOptions` attribute can be used to dynamically generate a list of `<option>`
|
||||||
* elements for a `<select>` element using an array or an object obtained by evaluating the
|
* elements for a `<select>` element using an array or an object obtained by evaluating the
|
||||||
* `ngOptions` expression.
|
* `ngOptions` expression.
|
||||||
*˝˝
|
*
|
||||||
* When an item in the select menu is select, the value of array element or object property
|
* When an item in the `<select>` menu is selected, the value of array element or object property
|
||||||
* represented by the selected option will be bound to the model identified by the `ngModel`
|
* represented by the selected option will be bound to the model identified by the `ngModel`
|
||||||
* directive of the parent select element.
|
* directive of the parent select element.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue