Update vendor/assets/angular-google-maps.min.js

Fixes an issue where if the js library from maps.googleapis.com failed to load in the <head>, all of our subsequent Angular would completely break.
See: https://github.com/angular-ui/angular-google-maps
Note: `bluebird.js` is a new dependency of `angular-google-maps.js`.
This commit is contained in:
Matt-Yorkley
2020-04-02 13:21:52 +02:00
parent 78170bc709
commit 40f8cf660c
9 changed files with 5363 additions and 14 deletions

View File

@@ -16,5 +16,5 @@
//= require i18n
angular.module('templates', [])
angular.module('google-maps', []);
angular.module('uiGmapgoogle-maps', []);
angular.module('duScroll', []);