tombatossals / angular-leaflet-directive

AngularJS directive to embed an interact with maps managed by Leaflet library
http://tombatossals.github.io/angular-leaflet-directive
MIT License
1.5k stars 637 forks source link

Version 0.8.4 marker focus=true not working #819

Closed Diones closed 9 years ago

Diones commented 9 years ago

When using 0.8.3 and marker focus = true, the popup shows up and I got no error on console. However, updating to 0.8.4, the same code shows error [AngularJS - Leaflet] Popup is invalid or does not have any content. and popup marker initialize hidden on map.

http://jsfiddle.net/mzowsqzb/ - Check dev console

cgat commented 9 years ago

Fixed in master by this PR https://github.com/tombatossals/angular-leaflet-directive/pull/813

Diones commented 9 years ago

Test using master: OK!

Working again.

Thank you.

nmccready commented 9 years ago

I might cut a new release today but I still need to add cgats commit msg and bump the current milestone work.

nmccready commented 9 years ago

@jessertaylor just including you so u know what is going on.

j-r-t commented 9 years ago

:+1: