angular-toggle-switch icon indicating copy to clipboard operation
angular-toggle-switch copied to clipboard

AngularJS Toggle Switch

Results 13 angular-toggle-switch issues
Sort by recently updated
recently updated
newest added

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?

![](https://cloud.githubusercontent.com/assets/1139967/21418114/012525f0-c845-11e6-9663-81ab3a441823.png)

Hello, I am trying to replace between the On and Off. How can I do it? Thanks

enhancement

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.