cgarvis / angular-toggle-switch

AngularJS Toggle Switch
http://cgarvis.github.io/angular-toggle-switch
MIT License
160 stars 124 forks source link

Add css to bower's main property #17

Closed tlvince closed 10 years ago

tlvince commented 10 years ago

angular-toggle-switch isn't usable without some styling, which the main stylesheet provides. A build tool like grunt-bower-install can automatically inject the file into index.html (say).

The bootstrap theme is probably best left off, but perhaps a note should be added to the readme?

Also switched to non-minified js as per the bower spec.