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

Hi Guys, I'm using it inside angular-ui-grid but the ng-change event never fires ... Any clue ? Regards!

Here is a solution for issue #25 by @tomerb15. I created an attribute of "size" that have the options of "small" or "large". By using: `size="small"` or `size="large"` This will...

The switch with property 'disabled=true' is not working. I checked my console and the input didn't had the `disabled=true` set, so i was able to interact with it anyway. I...

Hey, Couldn't quite understand how to use the "small" option from the css. Thanks!

i want to use ng-class with angular-ui-switch but it gave me error if i try using ng-class with switch.

Removed explicit setting of brackets for ngChange attribute. Code should be backward compatibile - for settings without brackets, they should still be inserted automatically. This solves the issue #10 In...

Gives the user the ability to : - add a custom made function with whatever parameters he may need - add custom values to on/off values for the cases where...

To support webpack and npm the module should require the css file. It is also common practice to export the angular modules name. I would recommend creating a index.js file...

Please see the following: https://code.angularjs.org/1.4.8/docs/api/ng/service/$compile It says: ``` The replacement process migrates all of the attributes / classes from the old element to the new one. See the Directives Guide...

Add missing `ng-transclude` so that user can customize their `on` & `off` more flexibly. ex: ``` jade switch(ng-model='autoRefresh') span.on i.fa.fa-refresh Auto Refresh On span.off i.fa.fa-times Auto Refresh Off ```