Reputation: 501
Is there any pagination directive in angular-material to use with md-list?
These do work, but are not material design based.
Upvotes: 7
Views: 15325
Reputation: 1376
I'm not sure that you can mix these 2 projects but I would look to use bootstrap for angular, with a customization for material design;
https://angular-ui.github.io/bootstrap/#/pagination
If it's not shaping enough for material design, here for the customization:
https://fezvrasta.github.io/bootstrap-material-design/
edit1: changed "materiel" to "material"
Upvotes: 5
Reputation: 205
Recently I've made a package md-collection-pagination that is great for this use case.
Upvotes: 2