ClickerMonkey / SemanticUI-Angular

Angular Directives for Semantic UI
http://clickermonkey.github.io/SemanticUI-Angular/examples/
MIT License
56 stars 28 forks source link

pagination directive #20

Closed vannim152 closed 7 years ago

vannim152 commented 7 years ago

Hi Phil,

Just a quick question about pagination directive. Do you plan to introduce it into this repo?

ClickerMonkey commented 7 years ago

There are many ways to implement one visually - if you provide an example of one and maybe potential variations I can do that.

Common elements I've had in previous paginations I've developed:

vannim152 commented 7 years ago

Yes, those are critical features & components for a pagination. I would imagine the directive be like:

<sm-pagination model="currentPage" total-items="{Collection}" settings="{page-size: 5, first-last-page: true}"> </sm-pagination>

image

ClickerMonkey commented 7 years ago

Sorry I dropped the ball on this, I don't have time anymore to implement any new directives for this project.