angular-toggle-switch
angular-toggle-switch copied to clipboard
AngularJS Toggle Switch
Can you please publish the module on npmjs.com? Thanks!
Seems like `scope.onChange();` from line 50 should be moved inside the check for disabled state. At the moment even if I make switch disabled it still toggles ng-model value. Also...
Hello, First, thanks for this module. I need to specify a class for each "side/span" of the element. Actually, you can only specify the background color of the "On" element...
could you add this to nuget please?

I did the bower install angular-bootstrap-toggle-switch --save but that didn't save the bootstrap style how do I solve this?
Hi Is it possible to catch the click event and run a custom callback?
I had some issues where the knob label when no value was supplied appeared as Â. I noticed that in the implementation that the default attrs.knobLabel = '\u00a0';, however, in...
code download from bower Since ng-disabled directive is not present Iam not able to dynamically disable the switch with any $scope variable.