Closed SanjanaJain23 closed 8 years ago
have you tried:
<ul>
<li ng-repeat="sample in samples">
<round-progress max="100" current="sample.progress"></round-progress>
</li>
</ul>```
being sample.progress the value to populate the circular progress bar
Yes.. I tired like this and it is working.
<round-progress max="max" current="current" ng-init="current = lead.percentile"> </round-progress>
Thank you :)
I am using this plugin in my project and the requirement is to display circular progress bar based on values which are fetched from JSON which is in an array. So please help me how can I use it so that data in JSON is populated dynamically from the array.