Using slide-box and swipe gestures in card

Hey guys,

I just recently posted this topic asking about using side menu and wipe gestures in cards. I altered my layout to use slide-box instead of a side menu facing the exact same problem now.

I made a codepen http://codepen.io/anon/pen/jdGhc to illustrate the issue.

I basically just need to tell a card not to propagate further events, but I’m not sure how to do that.

You would use

$ionicSlideBoxDelegate.enableSlide()

thank you very much. I gave it a try and created a more complex example which I stated in a new topic as I figured out a few things: Combining swipe gestures with ion-slide-box