Toggle Switches for AngularJS. Based off [Bootstrap switch](http://www.larentis.eu/switch/) by Matt Lartentis.
Toggle Switches for AngularJS. Based off Bootstrap switch by Matt Lartentis.
Download angular-toggle-switch.min.js or install with bower.
``bash`
$ bower install angular-toggle-switch --save
Load angular-toggle-switch.min.js then add the toggle-switch module to your Angular App.
`javascript`
angular.module('app', ['toggle-switch']);
See demo for usage.
Testing is done using Karma Test Runner.
`bash`
$ grunt test
`bash``
$ grunt release