You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to load content through an API that lacks a total_pages parameter in the response. No way to change it, all we get is a list of articles.
Is it possible to get ember-infinity working without this parameter? Right now, it loads the first 10 articles and displays a message 'Infinite Model Entirely Loaded'. What I would like to do is simply have the list stop scrolling when no results are returned from the server.
The text was updated successfully, but these errors were encountered:
I am trying to load content through an API that lacks a total_pages parameter in the response. No way to change it, all we get is a list of articles.
Is it possible to get ember-infinity working without this parameter? Right now, it loads the first 10 articles and displays a message 'Infinite Model Entirely Loaded'. What I would like to do is simply have the list stop scrolling when no results are returned from the server.
The text was updated successfully, but these errors were encountered: