UNPKG

core-resource-app-test

Version:

App that contains assets and scripts for the core apps

20 lines 645 B
app.controller('BasicMapWithoutAnimationsController', [ '$scope', function($scope) { angular.extend($scope, { london: { lat: 51.505, lng: -0.09, zoom: 8 }, defaults: { zoomAnimation: false, markerZoomAnimation: false, fadeAnimation: false }, markers: { london: { lat: 51.505, lng: -0.09, } } }); } ]);