angular-ui / angular-google-maps

AngularJS directives for the Google Maps Javascript API
http://angular-ui.github.io/angular-google-maps
2.52k stars 1.07k forks source link

I want one active info-window at a time, can anyone help me on it. #1778

Open DeySuparna opened 8 years ago

DeySuparna commented 8 years ago

this is my index.html

`

            </ui-gmap-google-map>`

the info-window directive details:

iaxApp.directive("infoWindow", function () { return { templateUrl: "templates/infoWindow.html", restrict: "E" }; });

And the infoWindow.html: `

`

ZachMoreno commented 8 years ago

Good Morning @DeySuparna,

I'm happy to help you acheive your desired outcome, but I need a little more context & information. Can you please replicate your experience/issue in a JSFiddle or JSBin?