yalabot / angular-foundation

http://pineconellc.github.io/angular-foundation/
Other
1.05k stars 266 forks source link

pagination should allow minimalistic or open-end style #273

Closed ghost closed 8 years ago

ghost commented 8 years ago

There are different pagination styles that currently doesn't seem to be possible with the pagination directive:

I'm not sure, what would be the best way to expose this options in the directives attributes.

jbrowning commented 8 years ago

We've tried to keep our pagination component relatively simple so there are always going to be styles that it can't handle natively. If you need to implement a different style, you could always create your own templates.