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 -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -