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