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

AngularJS directive for the bootstrap-switch jQuery plugin.

Results 8 angular-bootstrap-switch issues
Sort by recently updated
recently updated
newest added

Angular bootstrap switch `controller.$render` explicitly sets `indeterminate` state when `newValue` is `undefined` or `null`. That's usually fine, except when using something like... `ng-true-value="'foobar'" ng-false-value="undefined"`, and actually setting the model to...

Hello, Currently if we add switch and with a text lets say 'Enabled' / 'Disabled'. If 'Enabled' is active and we want to change it to 'Disabled' we have to...

Here is my plnkr https://plnkr.co/edit/qFFKaNpKXtZiLamf91bi?p=preview

is there a setting to allow the user to set the switch back to null and not have it false or true?

To make it easy to add module in angular using commonjs style ```javascript angular.module('myModule', [ require('angular-bootstrap-switch') ]) ```

How can I do for change the state of the switch when the switch is in readonly. For example my switch is linked with a model. If I change the...

When the `ng-model` bound variable is undefined, it is said that the switch should be in indeterminate state - that however does not work. Below is link to plunker. http://plnkr.co/edit/1SaSvTIzOeyjqWCl4GLH?p=preview

bug

Using: bootstrap-switch: v3.0.2 angular-bootstrap-switch: v0.4.0-alpha.1 - 2014-11-21 angularjs: 1.3.6 If the switch is within a tab that isn't initially visible, then it will not be initialized properly with the value...

bug-parent