Ionic scroll onScrollComplete

Hi, I need to be able to detect when scroll has been completed.

I’m using ion-scroll and its a pretty long list to scroll and I need to be able to detect when the scroll is completed.
Not when user lifts the finger but when the view has completed the scroll action.

thanks, Arni

Use on-scroll-complete property on your : http://ionicframework.com/docs/api/directive/ionContent/

Does not work with ion-scroll : http://ionicframework.com/docs/api/directive/ionScroll/

However I figured this out.
I’m using getScrollPosition() comparing it to previous value, and when scroll completes the previous and current values are the same.