angular-ui-switch
Version:
iOS 7 style switch directive for AngularJS
31 lines (30 loc) • 577 B
JSON
{
"name": "angular-ui-switch",
"version": "0.1.1",
"main": ["angular-ui-switch.js", "angular-ui-switch.css"],
"authors": [
"xpeper <xpepermint@gmail.com>"
],
"description": "iOS 7 style switch directive for AngularJS",
"keywords": [
"angular",
"angularjs",
"ui",
"directive",
"switch",
"on",
"off",
"button",
"checkbox",
"form"
],
"license": "MIT",
"homepage": "https://github.com/xpepermint/angular-ui-switch",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}