We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
multiple
1 parent 6bd6dbf commit 5758d73Copy full SHA for 5758d73
src/ng/directive/select.js
@@ -187,6 +187,8 @@ var SelectController =
187
*
188
* @param {string} ngModel Assignable angular expression to data-bind to.
189
* @param {string=} name Property name of the form under which the control is published.
190
+ * @param {string=} multiple Allows multiple options to be selected. The selected values will be
191
+ * bound to the model as an array.
192
* @param {string=} required Sets `required` validation error key if the value is not entered.
193
* @param {string=} ngRequired Adds required attribute and required validation constraint to
194
* the element when the ngRequired expression evaluates to true. Use ngRequired instead of required
0 commit comments