Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

angular-toggle-switch

cgarvis5.8k1.3.0

Toggle Switches for AngularJS. Based off Bootstrap switch by Matt Lartentis.

angular, angularjs, angular.js, toggle, switch, toggle switch, angular toggle, angular switch

readme

angular-toggle-switch Build Status

Toggle Switches for AngularJS. Based off Bootstrap switch by Matt Lartentis.

Demo

cgarvis.github.io/angular-toggle-switch

Installation

Download angular-toggle-switch.min.js or install with bower.

$ bower install angular-toggle-switch --save

Load angular-toggle-switch.min.js then add the toggle-switch module to your Angular App.

angular.module('app', ['toggle-switch']);

See demo for usage.

Development

Testing is done using Karma Test Runner.

$ grunt test

Release

$ grunt release