UNPKG

mohsen-angular-leaflet-directive

Version:

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

7 lines 236 B
app.controller('BasicBoundsNominatimController', [ '$scope', function($scope) { angular.extend($scope, { bounds: { address: 'Bath, UK' } }); }]);