angular-toggle-switch
angular-toggle-switch copied to clipboard
AngularJS Toggle Switch
``` $scope.$watch('modelName', function(newVal, oldVal){ console.log(newVal); }); ``` Doesn't print any value! How do you get a callback on value change?
create space problem on off buttong 
I need to disable or enable dynamically the toggle switch i tried to use the disabled attribute but it seems that is not working well.
Hi, Im trying to minify with bundlerminifier and minification breaks when minifying angular-toggle-switch.
It seems that the only way to toggle disabling of this directive is to add or remove the `disabled` attribute manually (at least in Chrome/OSX). `ng-disabled` does not seem to...
i am very new to github. Hopefully everything is ok.
If ng-model is true, there is animation from right to left to show 'Active' from 'InActive' when the page loads first time. Is there anyway to show display default option...
I am using the angular-toggle-switch in my application in a settings dialog. The user can select from a menu to go between panels. I have noticed that when a panel...
Please add a slash to close tags in [demo](http://cgarvis.github.io/angular-toggle-switch/) samples. It's really hard to fix it after copy paste! ;) `` ``