Using an expression like this on the style attribute works on Chrome but doesn't work on IE8
style="width:{{progress}}%"
http://jsfiddle.net/5VDMD/12/ (to test it please type a number in the textbox)
Any workaround for this problem?
question from:https://stackoverflow.com/questions/13716993/angularjs-expression-not-working-within-style-attribute-on-ie8