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

Commit

Permalink
docs(fix): select widget name -> ng:model
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtajina committed Jan 8, 2012
1 parent 5c19766 commit d47ec77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widget/select.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* `ng:options` expression.
*
* 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.
*
* Optionally, a single hard-coded `<option>` element, with the value set to an empty string, can
Expand Down

0 comments on commit d47ec77

Please sign in to comment.