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

ng-change attribute now works. Small but useful addition :)

Despite the underlying input checkbox, the $dirty flag is neither set on the associated ngModel controller, nor the ngForms controller. Plunker: http://plnkr.co/edit/2oPnew?p=preview

`CSS` base improvements to this switch button. The following visual features have been added: - Fix ON/OFF position, changing the right/left pixels and align strategy - `CSS3` rule to prevent...

Hi, As in the pure following angular example ``` theColor={{theColor}} ``` Using following html code ``` ``` I tried to evolve the directive by implementing ngTrueValue & ngFalseValue as follow...

The `style` directive within package.json is required when pulling in the module so the correct CSS can be loaded. The work around at the moment is to load the CSS...

I am working on an app in which i have one parent switch and its children switches. so when i change the parent switch, it changes all child switches. If...

This fixes the state when switch is inside of the `` element.

In bower.json and package.json it is listed as MIT license. However the LICENSE files does not exist in the repo.

Remove the **()** that are added on ng-change in line 12. Change ``` html += attrs.ngModel ? ' ng-click="' + attrs.ngModel + '=!' + attrs.ngModel + (attrs.ngChange ? '; '...