Author: | shalotelli |
---|---|
Official Page: | Go to website |
Publish Date: | December 4, 2014 |
License: | MIT |
Description:
A multi select drop down list directive for AngularJS. This directive takes an array of value/label objects and formats them as a drop down list where multiple options can be selected. It also has shortcut filters to select all and select none, and an optional text box to enter new values. The element returns an array of selected objects to the specified model.