An AngularJS directive for the plugin multi-select
- jQuery 1.8+
- jquery.multi-select.js
- jquery.quicksearch.js (more info find the title
Searchable)
javascript
app.module('your-modoule', ['jq-multi-select']); html
<select multiple="multiple" data-ng-options="the-options" data-ng-model="the-model" data-multiselectsearch="the-options"></select> - Implement options
- Implement events
MIT License.