UNPKG

core-resource-app-test

Version:

App that contains assets and scripts for the core apps

25 lines 873 B
app.controller('MarkersLabelController', [ '$scope', function($scope) { angular.extend($scope, { london: { lat: 51.505, lng: -0.09, zoom: 8 }, markers: { main_marker: { lat: 51.5, lng: 0, focus: true, //message: "Hey, drag me if you want", title: "Marker", draggable: true, label: { message: "Hey, drag me if you want", options: { noHide: true } } } } }); } ]);