Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.
This repository was archived by the owner on May 29, 2019. It is now read-only.

$uibModalStack Ability to trigger global events #6301

@touqeershafi

Description

@touqeershafi

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
})

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions