mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-09 09:00:34 +08:00
docs(select): fix typos in ngOptions
This commit is contained in:
committed by
Pete Bacon Darwin
parent
9e2fd89021
commit
45ee8844f9
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user