We need a mechanism to retain scroll position after returning from a detail view when data is reloaded from a service. The current implementation only works when the controller has the list data pre-defined in the scope.
See this sample where the controller reloads the data from a service instead of having embedded in controller.
Sample : http://codepen.io/SatadruBhattacharjee/pen/jsLtb
http://forum.ionicframework.com/t/save-list-view-state/1554/2
How can this be implemented in ionic 2? I’d like my list to stay at the same even after the items have been loaded in the background.
And what about Ionic 3?