angular-loading-bar icon indicating copy to clipboard operation
angular-loading-bar copied to clipboard

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

Open baskaranr opened this issue 7 years ago • 3 comments

angular-loading-bar v0.9.0

AngularJS v1.5.0

baskaranr avatar Sep 20 '16 03:09 baskaranr

Is it just a z-index thing?

chieffancypants avatar Oct 04 '16 18:10 chieffancypants

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

On Oct 5, 2016 12:23 AM, "Wes Cruver" [email protected] 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 .

baskaranr avatar Oct 05 '16 02:10 baskaranr

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.

mtlehtin avatar Dec 08 '16 08:12 mtlehtin