Ion-infinite-scroll inside ion-side-menu

Is it possible to use ion-infinite-scroll inside ion-side-menu?

i added the directive, but the method “loadMore()” is not being called.

Thanks,

this is the line i use:
ion-infinite-scroll on-infinite=“loadMore()” ng-if=“true” distance=“10%”

Please HELP !!!