Wrong popup message on paths when moving map
Sorry for reposting. This issue is the same like angular-leaflet-directive/issues/1139.
The paths popup message is showing wrong when moving the map. You can test it in leaflet directive example "Load remote paths example". The popup of the red line will be displayed correctly after load. If you're moving the map, the click event will not fire.
That's just the example for that problem. The problem in my application is based on this bug. I'm loading polylines with an ajax request into an array. The popup will be created with the message key and an html-string. After map load it's all fine. If I move the map or zoom it, the click event is not working or the popup will show information of an other polyline. It looks like position information of the popup will not be updated.
The problem is like #1041 or angular-ui/ui-leaflet#199 but I don't know how to fix this in my work. I noticed that after right-clicking on the map the popup information are correct again.