cgross / angular-busy

Show busy/loading indicators on any element during $http requests (or any promise).
http://cgross.github.io/angular-busy/demo
MIT License
1.44k stars 257 forks source link

cg-busy starts loading indicator after some delay #72

Open pjindal612 opened 9 years ago

pjindal612 commented 9 years ago

Hi,

I am using cg-busy to show wait and loading in progress. But When I start my application, it displays blank page for fraction of seconds and then shows wait indicator. My code looks like:

Any suggestions for this?
cgross commented 9 years ago

Your code snippet didn't get included. Not sure what could be going on.

pjindal612 commented 9 years ago

My code snippet looks as:

section id="mainContent" cg-busy="{promise:vm.loadingPromise, message:('Loading....') } " in angular brackets.