UNPKG

mohsen-angular-leaflet-directive

Version:

angular-leaflet-directive - An AngularJS directive to easily interact with Leaflet maps

12 lines 360 B
app.controller("ControlsScaleController", [ "$scope", function($scope) { angular.extend($scope, { london: { lat: 51.505, lng: -0.09, zoom: 4 }, controls: { scale: true } }); }]);