generator-gulp-angular icon indicating copy to clipboard operation
generator-gulp-angular copied to clipboard

How to install angular-google-maps to project

Open drcsantos opened this issue 8 years ago • 0 comments

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

drcsantos avatar Dec 29 '16 17:12 drcsantos