I set up an app that has left and right side menus and have a page that contains a SlideBox.
The left and right swipe in the slide box does slide box, but it also slides the whole page - to reveal the side menu.
How would you make it so the swipe in the box is only for that area, and a swipe on the page is for the menu?
I am guessing it would require stopping the swipe event to propagate up to the next controller.
I just don’t get slideboxes either, tried the plunker further up and also doesn’t work^^^
The codepen here http://codepen.io/ionic/pen/AjgEB works nicely, put I’m really struggling to port this across into a routed ion-view template page with a sidemenu. The slidebox just… doesn’t… work