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 256 forks source link

cg-busy is not working with ionic. #82

Open kite57 opened 9 years ago

kite57 commented 9 years ago

I want to develop spinner that is define on my index.html like

now when i try to load my page it does not show antthing on page, after that i have removed cg-busy attribute then my page is loaded.

after that i have cross check is there any refrence error in js, but no error.

after i have try to put div inside ionic-view like

        <ion-nav-view>
        </ion-nav-view>

then try to run page- so my 1st login page is run successfully and now i try to move home page after login then i found that my homepage is not loaded.

so i again remove cg-busy tag and try to re run and page is loaded successfully.

so can anyone help me to resolve this issue

jolugama commented 8 years ago

That is true. Me too right now.