I use this component to open modal. I use the flex parameter to set the width.
How to set the height?
<md-dialog aria-label="Detalhe do bem" flex="90" >
I use this component to open modal. I use the flex parameter to set the width.
How to set the height?
<md-dialog aria-label="Detalhe do bem" flex="90" >
I was able to do this:
<md-dialog aria-label="Detalhe do bem" flex="90" style="height: 600px">