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

Commit 8552bf4

Browse files
committed
docs(select): add multiple attribute
Add multiple parameter to the documentation of the select directive.
1 parent ad4296d commit 8552bf4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ng/directive/select.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,8 @@ var SelectController =
187187
*
188188
* @param {string} ngModel Assignable angular expression to data-bind to.
189189
* @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 bound to the model
191+
* as an array.
190192
* @param {string=} required Sets `required` validation error key if the value is not entered.
191193
* @param {string=} ngRequired Adds required attribute and required validation constraint to
192194
* the element when the ngRequired expression evaluates to true. Use ngRequired instead of required

0 commit comments

Comments
 (0)