angular-toggle-switch
Version:
Toggle Switches for AngularJS. Based off [Bootstrap switch](http://www.larentis.eu/switch/) by Matt Lartentis.
25 lines (24 loc) • 506 B
JSON
{
"name": "angular-toggle-switch",
"version": "1.3.0",
"main": [
"angular-toggle-switch.js",
"angular-toggle-switch.css"
],
"homepage": "http://cgarvis.github.io/angular-toggle-switch/",
"repository": {
"type": "git",
"url": "https://github.com/cgarvis/angular-toggle-switch.git"
},
"devDependencies": {
"angular": ">=1.0",
"angular-mocks": ">=1.0"
},
"ignore": [
"**/.*",
"Gruntfile.js",
"karma.conf.js",
"package.json",
".travis.yml"
]
}