Infinite Scroll and Pull to Refresh Issue

Im assuming its possible to have infinite scroll and pull to refresh on the same list. Whenever i have the both on a list they no longer work.

If you remove <ion-infinite-scroll on-infinite="addItems()"></ion-infinite-scroll> from this codepen Pull to Refresh works again http://codepen.io/flesich/pen/uLndC

I had them both working individually.