Skip to content

Commit

Permalink
fix(controls): Solved a problem with loading custom controls, as repo…
Browse files Browse the repository at this point in the history
…rted by @adgoncal here:

#874
  • Loading branch information
tombatossals committed Aug 26, 2015
1 parent 614c071 commit a1843f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services/leafletControlHelpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ angular.module("leaflet-directive").factory('leafletControlHelpers', function ($
return new L.Control.Search(params);
}
},
custom: {},
minimap: {
isPluginLoaded: function() {
if (!angular.isDefined(L.Control.MiniMap)) {
Expand Down

0 comments on commit a1843f2

Please sign in to comment.