Reputation: 169
I have tried
<progress percent="dynamicObject" class="progress-striped active"></progress>
but, i need model pop up progress bar dynamically in Angularjs
Upvotes: 3
Views: 4331
Reputation: 326
Have a look at Angular modal progress bar, and examples on their blog.
Upvotes: 2
Reputation: 1035
Check out Angular-UI bootstrap. Has a modal and a progress bar that could be combined.
http://angular-ui.github.io/bootstrap/
Upvotes: -1