Ion-scroll not scrollable when draggable side-menu

hey guys,

i have a simple page with a side-menu and in the content area a ion-scroll container.
The ion-scroll should scroll only on the x-axis.

The problem is:
Scrolling does not work.
If i disable dragging -> it is fine.

But i wanna have both functionalities.

My current solution is an own directive, that listening on touchstart and touchend and sets $ionicSideMenuDelegate.canDragContent(false/true) on the fly.

Greets, bengtler

Confirmed.

Can you open an issue for this?

aye aye, Sir

thanks for your reply

EDIT: