-
Notifications
You must be signed in to change notification settings - Fork 113
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels