Hi All,
I have come across a handy directive to allow inline style if the angular condition is true.
This will fix any issues with style you have in IE! compared to other browsers.
USE the following ng-style=“{‘width’:variable ? ‘100%’:’20%’}
Do NOT use expression in the style attribute (i.e
style=" width:{{variable}}%"
or
style=" width:{{var ? '':'' }}%"