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

Commit bb501ce

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ng/directive/select.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ 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.
190191
* @param {string=} required Sets `required` validation error key if the value is not entered.
191192
* @param {string=} ngRequired Adds required attribute and required validation constraint to
192193
* the element when the ngRequired expression evaluates to true. Use ngRequired instead of required

0 commit comments

Comments
 (0)