Starting a new issue because #698 is locked. Seems that passing `skipHide:true` to `mdDialog` options allow multiple dialogs. There are just two small issues that probably can be easily fixed: - second backdrop doesn't cover the first dialog instead it goes behind it. Probably playing with Z order can help. - Sometimes closing the dialogs goes in reverse order i.e. first closes the dialog underneath.
Starting a new issue because #698 is locked.
Seems that passing
skipHide:truetomdDialogoptions allow multiple dialogs. There are just two small issues that probably can be easily fixed: