UNPKG

mohsen-angular-leaflet-directive

Version:

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

7 lines 238 B
app.controller('BasicCenterAutodiscoverController', [ '$scope', function($scope) { angular.extend($scope, { center: { autoDiscover: true } }); }]);