Get current scroll position in the Controller

When I navigate away and return to my list view, I need to get the current scroll position from my controller, I use ion-scroll in my view, the getScrollPosition function gives me {left: 0, top: 0, zoom: 1}, any idea?

$ionicScrollDelegate.$getByHandle('homeStore').getScrollPosition();

did you find a solution ?