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

python 3.x - Mapping specific letters onto a list of words -

javascript - jquery or ashx not working -

inno setup - TLabel or TNewStaticText - change .Font.Style on Focus like Cursor changes with .Cursor -