8000 GitHub - tn2-solutions/angular-toggle-switch: AngularJS Toggle Switch
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

tn2-solutions/angular-toggle-switch

 
 

Repository files navigation

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

About

AngularJS Toggle Switch

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 80.1%
  • CSS 19.9%
0