I’ve tried it with <ion-refresher ng-if="refresheractive" ...></ion-refresher> and ‘refresheractive’ is set either tp true or false in the controller.
It works perfectly well until the refresher function is triggered once. After that it will trigger always, even if refresheractive is set to false (but the refresher is hidden).
Is there a more reliable way to disable the ion-refresher temporary?
Hi this is still an issue in Ionic v1.0.1 (pull to refresh remains enabled once activated first time even if ng-if evaluates to false thereafter) is someone looking into this?