UNPKG

core-resource-app-test

Version:

App that contains assets and scripts for the core apps

9 lines 280 B
app.controller('BasicCenterController', [ '$scope', function($scope) { angular.extend($scope, { london: { lat: 51.505, lng: -0.09, zoom: 4 } }); }]);