Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit d47ec77

Browse files
committed
docs(fix): select widget name -> ng:model
1 parent 5c19766 commit d47ec77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/widget/select.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* `ng:options` expression.
1515
*
1616
* When an item in the select menu is select, the value of array element or object property
17-
* represented by the selected option will be bound to the model identified by the `name` attribute
17+
* represented by the selected option will be bound to the model identified by the `ng:model` attribute
1818
* of the parent select element.
1919
*
2020
* Optionally, a single hard-coded `<option>` element, with the value set to an empty string, can

0 commit comments

Comments
 (0)