Hi, I have problem with nested tap and double-tap. Is there something like requireFailure ()?
<ion-item collection-repeat="item in items" ng-click="onClick()"><!--or on-tap-->
<button class="button button-positive" on-double-tap="onDoubleTap()">
double-tap
</button>