Skip to content

Is it compatible with Angular Material? #73

Description

@cbranca

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions