angular-paginate-anything icon indicating copy to clipboard operation
angular-paginate-anything copied to clipboard

How to change prev and next button text?

Open kenanyildiz opened this issue 9 years ago • 1 comments

Hi,

I want to change prev and next button text. Is it a possible with this paginate modules attrs?

kenanyildiz avatar Nov 20 '15 12:11 kenanyildiz

I think you have to update the template cache that this directive uses. Here is info about how to do that https://docs.angularjs.org/api/ng/service/$templateCache

The name of the template to replace is src/angular-paginate-anything.html as you can see here

begriffs avatar Nov 20 '15 16:11 begriffs