@ouss As bengtler said, IE is not in the list of the supported browsers.
More importantly, why are you trying to run your app in IE? I’m afraid that you might be doing something very wrong, I don’t see what ionic apps have to do with IE.
I now that but i test this code http://codepen.io/ionic/full/tfAzj/ on IE and it run without any problems ,and in my SRS i must run the project on IE (browser and mobile), i hope soon
hey , i found the problem on IE and i fixed it :), so this what i got in chrome and IE10
how can i fixe checkbox style
app runing in chrome :
in IE10 :
IE10 does not support many special css styling things ionic did (like -webkit tranformations and so on) and IE10 does not support many css standard attributes for css3.
You could try to add your own checkbox handling -> set checkbox visibility hidden and add custom image -> if click change image oder styling and set checkbox checked/unchecked.