angular-ui-switch
angular-ui-switch copied to clipboard
IE8 Bug Fixes
- 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 element.'
- change to replace: false