Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Pagination directive in angular-material

Is there any pagination directive in angular-material to use with md-list?

These do work, but are not material design based.

  • https://github.com/brantwills/Angular-Paging
  • https://github.com/michaelbromley/angularUtils/tree/master/src/directives/pagination
like image 655
Normunds Avatar asked Nov 05 '15 11:11

Normunds


1 Answers

I'm not sure that you can mix these 2 projects but I would look to use bootstrap for angular, with a customization for materiel 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/

like image 136
David Faure Avatar answered Oct 06 '22 22:10

David Faure