I’ve built an AngularJS filter on a component that iterates over a JSON file of news articles on our site and displays a paginated listing based on a select. Is there a way to keep the filtered state of the page if a user clicks an article link and the article loads into the current page? Currently the browser back button, of course, sends an http request for the url of the page with the filter on it, but that resets the select filter on the page. Is this even possible?
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Filter Table with angular 7
|
1 | 422 | January 17, 2021 | |
RROR TypeError: Cannot read property 'selectedIndex' of undefined | 2 | 3064 | September 2, 2021 | |
Angular 9 - Refetech the same data on clicking back button
|
1 | 892 | June 1, 2021 | |
Angularjs checkbox
|
1 | 362 | January 16, 2021 | |
Format filtered results in AngularJS
|
3 | 1145 | January 17, 2021 |