在style属性上使用像这样的表达式在Chrome上有效,但在IE8上无效
style="width:{{progress}}%"
http://jsfiddle.net/5VDMD/12/ (要对其进行测试,请在文本框中输入数字)
任何解决此问题的方法?
尝试
ng-style="{ width: progress + '%' }"