An AngularJS Directive for Switchery.
##Usage##
- Include
switchery/dist/switchery[.min].css
from your vendors/components folder in your links. - Include
switchery/dist/switchery[.min].js
from your vendors/components folder in your scripts. - Include
ng-switchery.js
in your scripts. - Add the
ui-switch
attribute to a checkbox.
##Example##
<input type="checkbox" class="js-switch" ui-switch checked />