angular-mn-option
v0.0.12
Published
an angular directive to mn-option
Downloads
8
Maintainers
Readme
angular-mn-option
An angular directive to mn-option
See the 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.