angular-mn-chips

0.0.4 • Public • Published

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.

Package Sidebar

Install

npm i angular-mn-chips

Weekly Downloads

1

Version

0.0.4

License

MIT

Last publish

Collaborators

  • darlanmendonca