I am using leaflet and angularJS and therefore the angular-directive for leaflet. I now want to use custom markers. For example these boat markers: https://github.com/thomasbrueggemann/leaflet.boatmarker . Or for example for the 'leaflet sliders' (https://github.com/dwilhelm89/LeafletSlider) I need to use addControl or L.geoJson().
My problem now is, as i use the angular directive, I do not have this 'L' notation and do not have a real 'map' object in my controller. I seriously don't know how to use any leaflet plugin as the directive seems so limiting. Anyone knows a good way to use leaflet stuff life 'addTo(map)' in the angular directive?