angular-mn-chips
v0.0.4
Published
an angular directive to mn-chips
Downloads
5
Maintainers
Readme
angular-mn-chips
An angular directive to mn-chips
See the demo
Install
npm install --save angular-mn-chips
And bundle dependencies and main files in dist/ with your preferred tool.
Usage
// add dependency in you module
angular.module('app', [
'mn-chips'
]);
Add to your html, the tag mn-chips
with respective type, default is checkbox, e.g.
<!-- checkbox -->
<mn-chips ng-model="house"></mn-chips>
For more details check docs mn-chips docs.