How to display the loading Icon or loading Progress bar using angularjs. I mean something like this which used in jquery $("body").addClass("loading");
, $("body").removeClass("loading");
, I saw some links for progress bar which is of like youtube loading bar but i don't want like that I want simple progress bar or loading iage or loading icon or loading bar which show bar moving from module to module, tabs to tabs. Is there any link or function which explain clearly how to use it.
Take the 2-minute tour
×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.
|
|||||||||||||
|
if you dont want to implement it yourself, below are few links. angular-spinner or angular-sham-spinner also read this BLOG which details how the spinner works with angularjs EDIT as per comments
i havent tested the code but directive wont be more complex than this... |
|||||||||
|
View
Controller
Add this also on top of your controller
|
|||||||||||||
|