angular-ui / ui-leaflet

AngularJS directive to embed an interact with maps managed by Leaflet library
http://angular-ui.github.io/ui-leaflet
Other
315 stars 137 forks source link

Issue with Clickable Marker Content #364

Open raxIsBlur opened 4 years ago

raxIsBlur commented 4 years ago

Hello,

I've trying to allow users to be able to navigate through a link (ng-click calls a redirect function).

I've tried available method to compile and attach the ng-click to the link but it doesn't seem to work.

I believe this should be valid, but the clicks are not registered and doesn't call the function.

image