angular-leaflet-directive icon indicating copy to clipboard operation
angular-leaflet-directive copied to clipboard

Leaflet.label version 0.2.4 is not compatible with current directive version

Open sashberd opened this issue 8 years ago • 0 comments

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

sashberd avatar Dec 08 '16 09:12 sashberd