Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.04 KB

CHANGELOG.md

File metadata and controls

31 lines (23 loc) · 1.04 KB

angular-leaflet-directive changelog

angular-leaflet-directive (trunk)

  • Splitted the project in multiple sub-directives, children of the main "" directive.
  • Added a leafletData service, where all the registered Leaflet object will be stored.
  • Added a leafletHelpers factory.

angular-leaflet-directive (0.5.1)

  • fix: wrap marker click event broadcast in scope apply

angular-leaflet-directive (0.5.0)

  • add options for setting doubleClickZoom
  • add options for setting callbacks on map events

angular-leaflet-directive (0.4.0)

  • broadcast marker click event

angular-leaflet-directive (0.3.3)

  • add binding for main marker
  • add minZoom option

angular-leaflet-directive (0.3.2)

  • add binding for markers' icons

angular-leaflet-directive (0.3.1)

  • add width, height attributes
  • support for boundingbox binding

angular-leaflet-directive (0.3)

  • Add multiple paths binding support. Now path attribute is discarded and paths should be used instead. See path-example.html for more details.