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.
In my application i have a lots of popups so i cannot attach particular event on every modal open or closed state so that's why i need ability to trigger event on closed and on opened state when any modal opens or closed.
Example:
$uibModalStack.opened.then(function(){// Trigger when any modal is opened})$uibModalStack.closed.then(function(){// Trigger when any modal is closed})