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 has been archived by the owner on May 29, 2019. It is now read-only.
I am trying to have a message box display after the modal is closed. The code for opening the message box is in the result promise handler. When close is called on the modal instance, the message box is displaying, then once the message box is closed, the modal is closing. After investigating, the issue appears to be related to the close animation. I have included a proposed fix for this issue that involves moving the promise resolution so it happens once the animation is complete.
Pull request a proposed solution: #3056
The text was updated successfully, but these errors were encountered:
I will take a look at implementing this sometime in the next couple of weeks - this requires branching out the logic depending on a configuration value.
Angular version: 1.2.16
Angular Bootstrap version: 0.12.0
Bootstrap version: 3.1.1
http://plnkr.co/edit/xNCeqlj9cXKjTtQOSoiN
I am trying to have a message box display after the modal is closed. The code for opening the message box is in the result promise handler. When close is called on the modal instance, the message box is displaying, then once the message box is closed, the modal is closing. After investigating, the issue appears to be related to the close animation. I have included a proposed fix for this issue that involves moving the promise resolution so it happens once the animation is complete.
Pull request a proposed solution:
#3056
The text was updated successfully, but these errors were encountered: