Bootstrap progress bar with ng-style AngularJS -


i have problem progress bar , ng-style here's code :

<div class="progress" >   <div class="progress-bar progress-bar-striped active" role="progressbar" aria-valuemin="0" aria-valuemax="100" ng-style="width:datas[0].downloading">   <span class="glyphicon glyphicon-download" ></span>  </div>  </div> 

my plunker: http://plnkr.co/edit/g1t4pludttiajykttock?p=preview answers in advance!

close curly braces like: ng-style="{width:datas[0].downloading}"

fixed demo


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -