Initial Commit

This commit is contained in:
Ryan Carpenter
2016-07-24 19:33:57 +08:00
commit 26ed9882ce
1385 changed files with 2099 additions and 0 deletions
+9
View File
@@ -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'
});
});