I noticed some issues with scrolling on this forum (e.g., keep scroll position when pressing back button), these may be related to my problem.
I’m able to get the scroll position as follows:
$ionicScrollDelegate.getScrollView($scope).__scrollTop
But how do I set the scroll position? Preferably, programmatically scrolling to a certain position should be animated.