aboutsummaryrefslogtreecommitdiffstats
path: root/src/widget/select.js
diff options
context:
space:
mode:
authorVojta Jina2012-01-08 15:06:12 -0800
committerVojta Jina2012-01-08 15:06:12 -0800
commitd47ec772c3d6b418121c81bbaf2dcb8a24742125 (patch)
treec1c0e0afebb150d6cdbdf14ce097d3f2f6cdc3c6 /src/widget/select.js
parent5c197660638b8f4f603ed087bedf88cb1c980832 (diff)
downloadangular.js-d47ec772c3d6b418121c81bbaf2dcb8a24742125.tar.bz2
docs(fix): select widget name -> ng:model
Diffstat (limited to 'src/widget/select.js')
-rw-r--r--src/widget/select.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widget/select.js b/src/widget/select.js
index e66d4cba..d4be91d9 100644
--- a/src/widget/select.js
+++ b/src/widget/select.js
@@ -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