0.0.4 • Published 7 years ago

angular-mn-chips v0.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

npm version Dependency Status MIT Licence

angular-mn-chips

An angular directive to mn-chips

See the demo

preview 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.