How to display more than one $mdToast on the screen at the same time. I have seen this question , but It doesn't suit me. For example if you try to run this couple of times on click event, next one will hide previous toast:
$mdToast.show(
$mdToast.simple()
.content('Simple Toast!')
.hideDelay(15000)
);
Toasts are per design specs limited to one. I found some links, if it be interesting for you:
angular_material_issues
material_snackbars
You can add toasts to the global queue.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With