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}"
Comments
Post a Comment