You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having a few problem cause my project need a GoogleMaps reference, however when I added using bower the angular-google-maps's dependencies were not built to vendor file in correct order.
Angular-google-maps depend to google-maps-utility-library-v3, then this last lib appears before angular-google-maps, so the angular-google-maps lib not create the script reference to my index.html.
I'm having a few problem cause my project need a GoogleMaps reference, however when I added using bower the angular-google-maps's dependencies were not built to vendor file in correct order.
Angular-google-maps depend to google-maps-utility-library-v3, then this last lib appears before angular-google-maps, so the angular-google-maps lib not create the script reference to my index.html.
Console error:
Uncaught ReferenceError: google is not defined
at http://localhost:3000/bower_components/google-maps-utility-library-v3-markerwithlabel/dist/markerwithlabel.js:71:24
The text was updated successfully, but these errors were encountered: