We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c7baf9 commit f77b906Copy full SHA for f77b906
src/ng/directive/select.js
@@ -27,7 +27,8 @@
27
* `select` model to be bound to a non-string value. This is because an option element can currently
28
* be bound to string values only.
29
*
30
- * @param {string} name assignable expression to data-bind to.
+ * @param {string} ngModel Assignable angular expression to data-bind to.
31
+ * @param {string=} name Property name of the form under which the control is published.
32
* @param {string=} required The control is considered valid only if value is entered.
33
* @param {string=} ngRequired Adds `required` attribute and `required` validation constraint to
34
* the element when the ngRequired expression evaluates to true. Use `ngRequired` instead of
0 commit comments