angular-leaflet-directive
Advanced tools
Changelog
0.9.0 (2015-10-12)
<leaflet id="firstMap">
, Will fire leafletDirectiveMap.firstMap.click
(d22b3f0)<a name"0.8.8"></a>
Changelog
0.8.8 (2015-09-04)
<a name"0.8.7"></a>
Changelog
0.8.5 (2015-06-29)
leafletMarkersHelper, markers: Fix updating markers and managing popups. Lots of logic for marker updating was contained in the addMarkerWatch callback. If you didn't watch individual markers, then markers weren't getting updated properly. This used to work because the directive simply replaced markers on update, but with recent refactors, this is no longer the case. The addMarkerWatch watch callback is now _updateMarker and made available to the marker directive. It is used to update markers in _addMarkers. Before this commit, _addMarkers just ignored markers that already exists, now it updates. We now use marker.popupOpen() to handle popup logic (when focus is set to true, ensure popup gets opened). When the popup event is fired, manageOpenPopup will be used to compile the popup if necessary. (360401243f3f6d645860355b2c0067db6c55218a)
build: grunt-graphviz added to devDeps (b2236acc)
center: cleanup some center code, based on this issue by @pieterjandesmedt: (ea1d52a5)
labels: labels added to existing markers are now bound (f464f9c1)
markers oldModels undefined: - markers fix with nested logic. oldModels isDefined checks (94429544)
markers updates: Marker Clean up and storage was incorrect on how it's leafletMarkers (leafletDat (6fc72b47)
<a name"0.8.4"></a>