CSS to prevent modality:
.md-dialog-container {
pointer-events: none;
}
md-dialog {
pointer-events: all;
}
Dialog options:
{
/* Don't close this dialog when opening a new one */
skipHide: true,
/* Don't do the darkening of the whole screen */
hasBackdrop: false
}
References
No comments:
Post a Comment