Disable drag in side menu on certain elements?

Hi,
I am new to angularjs and ionic and I got a question.
I started my app with the ionic side menu template and I want to swipe left and right to go visit my next or previous page.
I created new directive and used $ionicGesture to do that.
swipe left works correct, but when i swipe right the page the side menu is opend,

I tried to apply the new directive just in one element in my page, but the drag event on side menu working in all page !!

is it possible to disable drag gesture on just certain elements? ex: disable it on just an image in my page ?
Thanks in advance :slight_smile:

Up…

I need help with this

I’ve the same problem,but i can’t go back by drag/swipe to the previous page, just with button… can you share your code please?