Implementing swipe within ion-side-menu-content

I implemented swipe left using ng-swipe-left within ion-side-menu-content to change the content inside it, but now swipe left which earlier used to close the left side menu doent work. Is there a way to make both work. Eg When the left side menu is closed swipe is from the left edge should open it and swipe from the middle of the screen should change the content within the menucontent, when the side menu is open swipe left should only close it.

You mind posting a demo of what you have right now? I’m not sure I understand the configuration.

You might want to see this post :

At the bottom, I show a sample of disabling side-menu in the controller. You could possibly use that to change what the drag action does.