-
Notifications
You must be signed in to change notification settings - Fork 36
Closed
Description
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
Labels
No labels