0.0.12 • Published 8 years ago

angular-mn-option v0.0.12

Weekly downloads
3
License
MIT
Repository
github
Last release
8 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

8 years ago

0.0.11

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago