Problem with ion-refresher and ion-infinite-scroll

I found an issue using the two mentioned components on same list, here’s my codepen: http://codepen.io/assistenza_twell/pen/XdVBEw

When the page is loaded the list is filled using the infinite-scroll method, that’s ok.

When I refresh for the first time only the items loaded by the refresh method are loaded, I was expecting same behavoir of previous case.

When I refresh again, the behavoir is the expected one (the one held on page load).

Is there a workaround/fix for that issue?

Thanks.