ionicSlideBox inside ionicSlideBox

Hi, first I want to congratulate you guys on the good work!
Next, I am having problem when using ionicSlideBox inside ionicSlideBox.
Short explanation: first box is used for sliding between some categories and one category has
list of pictures inside second slide box. The problem is when user wants to slide
pictures, because the slide event is propagated to the first slide box and whole screen is being
slid. I tried with couple of jQuery libraries which can detect sliding but I didn’t have any results using them. For now I bound the touchmove (and mousemove) on the second ionicSlideBox and stopped all event propagation (but now I can’t slide up/down on second ionicSlideBox)…
Is there some other way which I have overlooked? Thank you!