gitextract_zpg3whn3/ ├── .bowerrc ├── .editorconfig ├── .gitattributes ├── .gitignore ├── .jshintrc ├── .npmignore ├── .travis.yml ├── CHANGELOG.md ├── CONTRIBUTING.md ├── Gruntfile.js ├── LICENSE ├── README.md ├── bower.json ├── bsSwitch.prefix ├── bsSwitch.suffix ├── common/ │ └── module.js ├── dist/ │ └── angular-bootstrap-switch.js ├── example/ │ ├── index.html │ ├── scripts/ │ │ ├── app.js │ │ └── controllers/ │ │ └── main.js │ └── styles/ │ └── main.css ├── karma-chrome.conf.js ├── karma.conf.js ├── package.json ├── src/ │ └── directives/ │ └── bsSwitch.js └── test/ ├── .jshintrc ├── runner.html └── spec/ └── directives/ └── bsSwitchSpec.js