In angular-google-maps, how to show infoWindow via a mouseover event on marker? -
I am working on a project with angular-Google maps. I wanted to add a mouseover event for markers, so I looked up the tutorial in angular-Google-Maps example folders. However, I can not work on it here is the plunker link
$ scope.markersEvents = {mouseover: function (gMarker, eventName, model) {
model.show = true; $ Scope $ apply () .; } }
Use this show = "' "Show" instead of Show Show, worked for me
Comments
Post a Comment