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 Sep 5, 2024. It is now read-only.
If a new dialog is opened while there's already another dialog being shown, the first one will be hidden and the new one will be shown. However, since 0.11.0 or perhaps 0.11.1 there's something which breaks the second dialog, so that when $mdDialog.hide() is called nothing happens.
The end result is a dialog that can't be removed.
I haven't had time to investigate the cause, but I've added a testcase for this scenario in #PR 5157.