Problem with new slides + angular-google-maps

When combining the new slides and angular-google-maps, dragging is not possible inside of Google Maps.

This even happens when we disable swiping via .lockSwipes()

What I also unsuccessfully tried are these attributes:

touchMoveStopPropagation: false
preventClicksPropagation: false```

Here's a plunkr that shows my issue: http://plnkr.co/edit/JiAw0oXRxLGgL3SrE6PK?p=preview

Hi,

Did you found any solution to this?

Nope. I ended up exchanging the slides for divs that I conditionally show with ng-show="slideIndex === <slideNumber>". It’s an ugly solution but at least it works. I also considered adding animation to the divs via animate.css but decided against it because of the overhead.