Skip to content
This repository was archived by the owner on Nov 30, 2018. It is now read-only.
This repository was archived by the owner on Nov 30, 2018. It is now read-only.

window template rendering delay (rendering outdated info) (ng-cloak, ng-bind is not working!) #1399

@kimcrab

Description

@kimcrab

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-cloak, 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.
Please help me!

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions