Modal catch when leave it?

How to catch modal window leave event ?

There is this to catch when it is hidden, is this what you mean?

// Execute action on hide modal
  $scope.$on('modal.hidden', function() {
    // Execute action
  });
1 Like

Ye i tagged my post to delete already :smiley: