Problem with nvd3 and ion-content

I am trying to draw some charts with Nvd3 Angular wrapper.
My problem is with ion-content directive, when I put my nvd3 chart inside ion-content, the chart does not receive any touch events and I can not use chart interactivity.
If I put the chart out of ion-content or setoverflow-scroll="true"orscroll="false"on ion-content it works perfectly.
Any one has the same experience with ion-content?!!

Try wrapping the directive with a div and adding data-tap-disabled="true" to that div