UNPKG

core-resource-app-test

Version:

App that contains assets and scripts for the core apps

8 lines 386 B
app.config(function ($routeProvider) { $routeProvider.when('/map', { template: '<leaflet width="100%" height="480px"></leaflet>', controller: 'BasicDynamicAddRemoveMapExample' }); }); app.controller('BasicDynamicAddRemoveMapExample', [ '$scope', 'leafletData', function($scope, leafletData) { } ]);