Alternative for $ionicScrollDelegate.anchorScroll

Just wanted to know if there's an alternative for $ionicScrollDelegate.anchorScroll?

What I'm trying to do is that, I'm having a thousand of items in the list (using ion-scroll + collection-repeat), and what I want is that when the user clicks on search item button, the list would pop-up and then it would automatically scroll to the last selected item.

The problem with anchorScroll is that the id should be specified in the url.location.hash, which I can't use because this is only a popup, I can't also use the $.position() since collection-repeat would only render 8 items in the current view, so it would return undefined.

Anyone knows how to solve this? Thanks