I have a list of 100 car models rendered by Ember. I scroll down to the bottom and click a car and get linked to /cars/192/edit
After edit I get transitioned back to /cars
, but now I'm at the top of the list.
Is it possible to get back to the list exactly as it was when I clicked the edit link? Including checked checkboxes, expanded data and so on?