When migrating to Ember 2.2.0, I get the errors in the browser console. {{page}} and {{totalPages}} output to make sure they are computed correctly
Template:
{{page-numbers currentPage=page totalPages=totalPages showFL=true}}
Page: {{page}} Total:{{totalPages}}
Errors:
no currentPage for page-numbers
no totalPages for page-numbers
no int for currentPage val is undefined
no int for totalPages val is undefined
no int for currentPage val is NaN
no int for totalPages val is NaN
no int for totalPages val is NaN
no int for totalPages val is NaN
Here is the output.
