You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 29, 2019. It is now read-only.
With Angular 1.4.2 (using ngAnimate) and bootstrap-ui 0.13.0, the backdrop is not removed when the modal is dismissed or closed with any command, when animation is true.
This event appears to be not be firing:
domEl.one('$animate:close', function closeFn() {
$rootScope.$evalAsync(afterAnimating);
});
If you turn off animation (animation: false), it does work correctly, since it is bypassing this event. This could be due to an Angular change.
Looking at the master branch, it appears this may have been fixed by a promise change (however, I'm unable to test this). I wanted to at least save anybody time that's been banging their head on a table for why their backdrop may not be closing when using the modal.
The text was updated successfully, but these errors were encountered:
With Angular 1.4.2 (using ngAnimate) and bootstrap-ui 0.13.0, the backdrop is not removed when the modal is dismissed or closed with any command, when animation is true.
This event appears to be not be firing:
If you turn off animation (
animation: false
), it does work correctly, since it is bypassing this event. This could be due to an Angular change.Looking at the master branch, it appears this may have been fixed by a promise change (however, I'm unable to test this). I wanted to at least save anybody time that's been banging their head on a table for why their backdrop may not be closing when using the modal.
The text was updated successfully, but these errors were encountered: