mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-19 00:27:25 +00:00
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:
@@ -16,5 +16,5 @@
|
||||
//= require i18n
|
||||
|
||||
angular.module('templates', [])
|
||||
angular.module('google-maps', []);
|
||||
angular.module('uiGmapgoogle-maps', []);
|
||||
angular.module('duScroll', []);
|
||||
|
||||
Reference in New Issue
Block a user