angular-leaflet-directive
angular-leaflet-directive copied to clipboard
Leaflet.label version 0.2.4 is not compatible with current directive version
There is a new Leaflet.label 0.2.4 that not creates L.Label class extension, thus:
LabelPlugin: {
isLoaded: function() {
return angular.isDefined(L.Label);
},
will always return undefined and label will not build