I am using Angular and bootstrap to show a progress bar. here is the html
<div class="progress progress-striped active ">
<div class="bar bar-info" style="width:{{score}}%"></div>
</div>
score is coming from my controller. This code works in all the browser except IE.
Any help will be appreciated.