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.
It should write a message when opening and when closing the modal. This should be done in the controller, during creation and on the $destroy-event.
But the destruction-message is never written.
The text was updated successfully, but these errors were encountered:
The $destroy event is never called on the $scope of the created controller.
I used the plunker created by the documentation to show this.
http://plnkr.co/edit/JyYHxFtzcStjmYKD0uRU?p=preview
It should write a message when opening and when closing the modal. This should be done in the controller, during creation and on the $destroy-event.
But the destruction-message is never written.
The text was updated successfully, but these errors were encountered: