angular-ui/angular-google-maps

Possible Bug with clicking on items not highlighting on map

ph3l1x opened this issue · 0 comments

I am curious if this may be a bug as I am having the same problem which can be replicated from this plunkr. http://plnkr.co/edit/f2gxG7DM1U8IlOXfRiuT?p=preview

Basically, if you open one of the pop up fields from clicking on one of the map markers then when clicking on the links at the bottom of the page, the map will update the popover depending on what is clicked. However, if you wanted to just click on one of the links first, no pop up is created on the map. Is this normal behavior? Is there a work around for this? I am basically doing the same thing except I am using mouseover instead of click. But I am having the same issue. I have to mouse over a marker on the map first. Then mouseover one of the listing items at bottom all work fine as moving through. Hope this makes sense.