Ion-scroll not scrolling in both directions?

Hi all,

I have the follow in my html, but for some reason the image will not scroll in both x and y directions? Using beta8

<ion-content>
    <ion-scroll direction="xy">
        <img src="img/bigMap.png" />
    </ion-scroll>
</ion-content>

Works fine for me.

But note, that I have some css in to make the ion-scroll positioned.

there is a bug/feature where if you start scrolling vertically you can only scroll vertivally or if you start scrolling horizontally then you can only scroll horisontally but if you start your scrolling diagonally you can scroll wherever you like.