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

Popular posts from this blog

python - Strange behavior using PyQt4's 'pyqtSlot' decorator before another decorator -

c# - UnhandledExceptionMode.ThrowException for AppDomain.UnhandledException -

c# - Process.Kill() returns access denied -