UNPKG

core-resource-app-test

Version:

App that contains assets and scripts for the core apps

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 } }); }]);