I'm having trouble with flikering problem in Angular Google Map.
I have a problem in this Plunker. http://plnkr.co/edit/f2gxG7DM1U8IlOXfRiuT?p=preview
When I click the marker, infowindow is flikering before it shows the information. I tried ng-cloack, ng-bind
<div ng-controller="templateController ng-cloak">
Template ID: {{parameter.id}} </div>
<div ng-controller="templateController ">
<span ng-bind="map.window"</span> </div>
but, non of them solve it.
Can anyone save me?