Hello,
I am rather new to Ember and I am currently building an app with version 2.1. As part of the app, pagination is required, so each time I press a button to show more I query the backend API and return the next set of results. When this process is performed the URL is updated with the query parameters (which is as expected.). Unfortunatley I don’t want the URL to be updated at all during this process. Is this beyond the scope of Ember? Does the URL always have to be updated for the router to work?
Any help would be greatly appreciated.