Popover view not reset on close and re-show

Hi guys :smile:

Not sure if anyone else has experienced this?

I am using a popover, which I close and re-show at various points in my application. The popover has a form inside the ion-content and there is a ng-repeat which shows items from the scope, nothing too wild going on.

The first time I display the popover, it displays as expected, the user is scrolled to the TOP of the popover. When the user has done what they need to, I hide the popover again. At a later point when I re-show the popover, it is scrolled to the BOTTOM of the popover and stays there for every subsequent showing.

Is there a way to β€œreset” the scroll?

Thanks guys :smile: