This repository has been archived by the owner on May 29, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Modal backdrop doesn't animate out #2790
Labels
Milestone
Comments
Closed
Have exactly the same issue! |
Could this be the related issue: twbs/bootstrap#14782 |
Might be resolved via #2724 . |
chrisirhc
added a commit
to chrisirhc/angular-ui-bootstrap
that referenced
this issue
Oct 20, 2014
- Fix scope.$apply call not working previously because scope was already destroyed. Use $rootScope instead. - Move $destroy call nearer to the dom removal. - Remove fallback timer (emulateTime param) Fixes angular-ui#2585 Fixes angular-ui#2674 Fixes angular-ui#2536 Fixes angular-ui#2790
chrisirhc
added a commit
to chrisirhc/angular-ui-bootstrap
that referenced
this issue
Mar 19, 2015
- Fix scope.$apply call not working previously because scope was already destroyed. Use $rootScope instead. - Move $destroy call nearer to the dom removal. - Remove fallback timer (emulateTime param) Fixes angular-ui#2585 Fixes angular-ui#2674 Fixes angular-ui#2536 Fixes angular-ui#2790 Fixes angular-ui#3182
chrisirhc
added a commit
to chrisirhc/angular-ui-bootstrap
that referenced
this issue
Mar 23, 2015
- Fix scope.$apply call not working previously because scope was already destroyed. Use $rootScope instead. - Move $destroy call nearer to the dom removal. - Remove fallback timer (emulateTime param) Fixes angular-ui#2585 Fixes angular-ui#2674 Fixes angular-ui#2536 Fixes angular-ui#2790 Fixes angular-ui#3182 Closes angular-ui#2724
ayakovlevgh
pushed a commit
to ayakovlevgh/bootstrap
that referenced
this issue
Mar 24, 2015
- Fix scope.$apply call not working previously because scope was already destroyed. Use $rootScope instead. - Move $destroy call nearer to the dom removal. - Remove fallback timer (emulateTime param) Fixes angular-ui#2585 Fixes angular-ui#2674 Fixes angular-ui#2536 Fixes angular-ui#2790 Fixes angular-ui#3182 Closes angular-ui#2724
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
angular-ui-bootstrap v0.11.2
angular v1.2.24
bootstrap v3.1.1
UA: Chrome 37.0.2062.124
When closing a modal and in response, the backdrop, the backdrop doesn't fade out like it's supposed to, instead just gets removed at the end of the animation timeout. The modal itself does fade out.
You can see this in the examples on the main GitHub page as well.
Looks like in the checkRemoveBackdrop() -> removeAfterAnimate() call, the scope.animate=false; statement is executed outside of the scope digest phase, for the backdrop ONLY.
The text was updated successfully, but these errors were encountered: