mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
docs(select): fix typos in ngOptions
This commit is contained in:
parent
9e2fd89021
commit
45ee8844f9
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>`
|
||||
* elements for a `<select>` element using an array or an object obtained by evaluating the
|
||||
* `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`
|
||||
* directive of the parent select element.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue