angular-mn-option

0.0.12 • Public • Published

npm version Dependency Status MIT Licence

angular-mn-option

An angular directive to mn-option

See the demo

preview demo

Install

npm install --save angular-mn-option

And bundle dependencies and main files in dist/ with your preferred tool.

Usage

// add dependency in you module
angular.module('app', [
  'mn-option'
]);

Add to your html, the tag mn-option with respective type, default is checkbox, e.g.

<!-- checkbox -->
<mn-option ng-model="house" value="stark"></mn-option>
<mn-option ng-model="house" value="lannister"></mn-option>
<mn-option ng-model="house" value="targaryen"></mn-option>

For more details check docs mn-option docs.

Package Sidebar

Install

npm i angular-mn-option

Weekly Downloads

1

Version

0.0.12

License

MIT

Last publish

Collaborators

  • darlanmendonca