- 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.
- fix: wrap marker click event broadcast in scope apply
- add options for setting doubleClickZoom
- add options for setting callbacks on map events
- broadcast marker click event
- add binding for main marker
- add minZoom option
- add binding for markers' icons
- add width, height attributes
- support for boundingbox binding
- Add multiple paths binding support. Now path attribute is discarded and paths should be used instead. See path-example.html for more details.