multiple-ng
v1.0.1
Published
Angular bootstrap multiple selector directive
Downloads
38
Maintainers
Readme
Multiple ng
Angular bootstrap multiple selector directive
Install
Use it as an npm package:
npm install multiple-ng --save
Or just download it from bower
bower install multiple-ng --save
Usage
<multiple-select type="text"
ng-model="a-model"
items="the-source-where-the-items-come-from"
item-label="the-property-to-show"
button-label="a-label-to-display-in-the-button" />
License
MIT