Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 455 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 455 Bytes

NGSwitchery

An AngularJS Directive for Switchery.

##Usage##

  1. Include switchery/dist/switchery[.min].css from your vendors/components folder in your links.
  2. Include switchery/dist/switchery[.min].js from your vendors/components folder in your scripts.
  3. Include ng-switchery.js in your scripts.
  4. Add the ui-switch attribute to a checkbox.

##Example##

<input type="checkbox" class="js-switch" ui-switch checked />