Infinite scroll in upward and downward direction

Hi,
Is there any way to use the infinite scroll ( ion-infinite-scroll ) in both downward and upward direction?
Now I am using below code at the bottom of ion-list and infinite scroll in upward direction(fill bottom of list when I scroll the list items to top) is possible.

<ion-infinite-scroll ng-if="!noMoreItemsAvailable" on-infinite="load_more()" distance="10%"></ion-infinite-scroll>

But how to implement the downward infinite scroll(want to fill items at the top of list when I scroll list items to downward direction)?
Please help me.

Thanks