olalonde / handlebars-paginate

Pagination helper for Handlebars.
http://syskall.com/pagination-with-handlebars/
59 stars 21 forks source link

I get this NaN #23

Open mylastore opened 6 years ago

mylastore commented 6 years ago

Am I missing a step?

Added this to my cotroller and passing: pagination: {page: page, pageCount: count}

First Prev NaN NaN NaN NaN NaN NaN NaN Next Last

jimf commented 6 years ago

More details are needed in order to assist you. If you could provide the pagination portion of your Handlebars template, as well as example template context data, that would help greatly.