mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-10 15:54:42 +00:00
docs(fix): select widget name -> ng:model
This commit is contained in:
parent
5c19766063
commit
d47ec772c3
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@
|
||||||
* `ng:options` expression.
|
* `ng:options` 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 select, the value of array element or object property
|
||||||
* represented by the selected option will be bound to the model identified by the `name` attribute
|
* represented by the selected option will be bound to the model identified by the `ng:model` attribute
|
||||||
* of the parent select element.
|
* of the parent select element.
|
||||||
*
|
*
|
||||||
* Optionally, a single hard-coded `<option>` element, with the value set to an empty string, can
|
* Optionally, a single hard-coded `<option>` element, with the value set to an empty string, can
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue