-
Notifications
You must be signed in to change notification settings - Fork 114
Open
Description
I'm trying to use this library with Angular Material but I can't get it work.
Look at this example:
I have a row with 2 md-content, one with flex at 20% and one with flex at 80%. My objective is to enlarge (resize) the first md-content if needed.
<div layout="row">
<md-content flex="20">
</md-content>
<md-content flex="80">
</md-content>
</div>
so I tried this (and also the opposite)
<div layout="row">
<md-content flex="20" resizable r-directions="['right']" r-flex="true">
</md-content>
<md-content flex="80">
</md-content>
</div>
How can I get it to work?
Metadata
Metadata
Assignees
Labels
No labels