Skip to content

Conflicts with ngMaterial #49

@Pyrax

Description

@Pyrax

I am trying to achieve a simple list with ngRepeat where the items are selectable. Furthermore, I am using Angular Material, so instead of <li> I use <md-list-item>.

However, when using the directive together with the md-list-item directive of Angular Material there is no update taking place.

Any suggestions for a solution or a workaround with both directives?

Example usage:

<md-list>
    <md-list-item ng-repeat='user in panel.users'
        selection-model
        selection-model-mode="'multiple-additive'">
            <md-button>{{ user.name }}</md-button>
    </md-list-item>
</md-list>

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