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.
What is the issue? *$mdDialog.hide( dialogref, "closed" ) should close the specified dialog passed as first argument, but actually closes the last opened dialog.
What is the expected behavior? Close the specified dialog!
Details: Click on LAUNCH DIALOGS ONE AND TWO button, and then clink on 'ONE' ONLY button to see that dialog 'TWO' is closed instead. Same behavior if you open dialog 'ONE' and press 'TWO' ONLY button.
These behaviors lead me to think that $mdDialog.hide() arguments are ignored.
AngularJS Versions: *
AngularJS Version: 1.6.3 (Same happens also in previous versions)
AngularJS Material Version: 1.1.3 (Same happens also in previous versions)