On-swipe-down in list

Hi I have a page with an ionic list showing infomation and I want to refresh that list in the on-swipe-down event but only in the top of the list (the first 5 elements) I’m building the list with ng-repeat.

Right now I have the event assigned to the ion-content but it refreshes the page in the middle of the list not just in the top of it.

Any ideas?

Can you post the code? Are you by chance talking about ion-refresher?