Display Loading Icon or Loading Progress Bar using angularjs -


how display loading icon or loading progress bar using angularjs. mean used in jquery $("body").addclass("loading");, $("body").removeclass("loading");, saw links progress bar of youtube loading bar don't want want simple progress bar or loading iage or loading icon or loading bar show bar moving module module, tabs tabs. there link or function explain how use it.

if dont want implement yourself, below few links.

angular-spinner or angular-sham-spinner

also read blog details how spinner works angularjs

edit per comments

app.directive("spinner", function(){ return: { restrict: 'e', scope: {enable:"="}, template: <div class="spinner" ng-show="enable"><img src="content/spinner.gif"></div> } }); 

i havent tested code directive wont more complex this...


Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -