UNPKG

core-resource-app-test

Version:

App that contains assets and scripts for the core apps

7 lines 236 B
app.controller('BasicBoundsNominatimController', [ '$scope', function($scope) { angular.extend($scope, { bounds: { address: 'Bath, UK' } }); }]);