We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am having an issue very similar to #206.
That said the meta portion my response is a little bit different:
"meta": { "pagination": { "page": 1, "pages": 6, "count": 26 } }
I am using params.paramMapping in my route's model function:
params.paramMapping
params.paramMapping = { page: "page", perPage: "page_size", total_pages: "pagination.pages" };
But it doesn't seem to work, I still get this in the console:
no total_pages in meta response pagination: Object { page: 1, pages: 6, count: 26 }
and my page never loads (although that might be a separate issue. I'm using the isFulfilled attribute on the paged-remote-array to display a spinner).
isFulfilled
paged-remote-array
The text was updated successfully, but these errors were encountered:
Same problem here. There are some other binding problems.
Sorry, something went wrong.
No branches or pull requests
I am having an issue very similar to #206.
That said the meta portion my response is a little bit different:
I am using
params.paramMapping
in my route's model function:But it doesn't seem to work, I still get this in the console:
and my page never loads (although that might be a separate issue. I'm using the
isFulfilled
attribute on thepaged-remote-array
to display a spinner).The text was updated successfully, but these errors were encountered: