0.0.12 • Published 7 years ago

angular-mn-option v0.0.12

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

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.

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago