0
I use this component to open modals. I use the flex parameter to set the width.
How to set the height ?
<md-dialog aria-label="Detalhe do bem" flex="90" >
0
I use this component to open modals. I use the flex parameter to set the width.
How to set the height ?
<md-dialog aria-label="Detalhe do bem" flex="90" >
0
I got it this way:
<md-dialog aria-label="Detalhe do bem" flex="90" style="height: 600px">
Browser other questions tagged angularjs angular-material
You are not signed in. Login or sign up in order to post.