Initial Commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
angular.module('quartermaester', ['ui.bootstrap', 'uiGmapgoogle-maps', 'fCsv', 'toggle-switch', 'rzModule'])
|
||||
|
||||
.config(function(uiGmapGoogleMapApiProvider) {
|
||||
uiGmapGoogleMapApiProvider.configure({
|
||||
key: 'AIzaSyA805RWgioHgUbrtVo9sWAnk_UWT9_xDXE',
|
||||
//v: '3.20', //defaults to latest 3.X anyhow
|
||||
libraries: 'weather,geometry,visualization'
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user