Ionic + angular-google-maps + Marker Click

Hi to All.

I’ve a problem with google maps v3, but this great forum solve just writing :smiley:

I can’t click marker but i found a post with a solution.

I’m writing anyway because in the post the problem is with google maps.

With angular-google-maps i solve with

<google-map data-tap-disabled="true" draggable="true" >

P.S.
Thanks and sorry for my bad english.
Bye!

thanks worked for me with just see that adding the

data-tap-diabled="true"

is done on a wrapper div not in the map tag and not in the ion-content tag.