-
Notifications
You must be signed in to change notification settings - Fork 680
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Animation doesn't fade out in angular 1.2.9 #37
Comments
Hmm, interesting -- I may need your help to track this down. I updated the example to use 1.2.9, and it didn't seem to make any impact, so it may be something in your implementation. When you say it doesn't fade out, do you mean it just disappears immediately (without thge fade), or it stays onscreen forever? |
It stays on screen forever. |
np, please re-open if you find otherwise |
Possibly related to angular/angular.js#5886 |
Something interesting happened to me. I am using Although the loading-bar's animation do not work, I can see the class modify in the developer tools in chrome, I have no idea about this issue. And I am not sure whether this is a bug of |
Hi!
I've updated my angular version to 1.2.9 today and I realize that the animation doesn't fadeOut... it seems that the latests changes on ngAnimate module broke some code into angular-loading-bar.
I'll take a look on the source soon but it's good to report if someone else want to take a look.
The text was updated successfully, but these errors were encountered: