chieffancypants / angular-loading-bar

A fully automatic loading / progress bar for your angular apps.
https://chieffancypants.github.io/angular-loading-bar/
MIT License
5.17k stars 682 forks source link

Angular loading-bar not working on top of uibModal dialog. #325

Open baskaranr opened 8 years ago

baskaranr commented 8 years ago

angular-loading-bar v0.9.0

AngularJS v1.5.0

chieffancypants commented 8 years ago

Is it just a z-index thing?

baskaranr commented 8 years ago

I tried setting z-index higher value for progress bar, but no luck.

On Oct 5, 2016 12:23 AM, "Wes Cruver" notifications@github.com wrote:

Is it just a z-index thing?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/chieffancypants/angular-loading-bar/issues/325#issuecomment-251479176, or mute the thread https://github.com/notifications/unsubscribe-auth/ADSTZkjw-K8fpMzIJlJDLwRptJ5GKaBNks5qwqC_gaJpZM4KBMCk .

mtlehtin commented 7 years ago

If you are launching the modal outside your Angular app in DOM, the angular-animations won't work. This happens when your app is bootstrapped in a div and the modal is appended to body.

I'm not sure if this is the case, but maybe worth checking.