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?
Try
ng-style="{ width: progress + '%' }"
2.1m questions
2.1m answers
60 comments
57.0k users