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

On/off switch button for AngularJS. DEPRECATED!

Results 39 angular-ui-switch issues
Sort by recently updated
recently updated
newest added

I tried playing with styles as the README said, and I'm getting [this](http://i.imgur.com/JCOQatQ.png) The issue is that the button, the `` element is not moving accordingly. ``` .switch { width:...

… property. Ideal for many cases where the internal boolean value shows the opposite of the intuitive switch - like if the boolean is "dontShoot" but you want it to...

ng change callback works perfect, but when in a modal it doesn't work. Any suggestion?

I have a use case where in some cases I want to open a modal when the toggle button is selected and only change the model when a button is...

- class is a reserved key word, causes an error. Changed to className - replace: true - This causes the error: 'Template for directive 'switch' must have exactly one root...

Hi when i just change the name of switch its not working Enabled: {{ yesNo2}} I am just replace name yesNo to change yesNo2 but its not working angular.module('app', ['uiSwitch'])...

Don't add parens to user supplied ng-change function Allow spacebar to toggle value Make on/off text section optional