angular-google-maps icon indicating copy to clipboard operation
angular-google-maps copied to clipboard

_ is not defined

Open abunour22 opened this issue 8 years ago • 4 comments

I have these files But i got this error lodash.min.js angular-google-maps.min.js

Uncaught ReferenceError: _ is not defined

So what i missed ?!

abunour22 avatar Oct 20 '16 13:10 abunour22

@abunour22 Are you sure lodash is loaded before Angular Google Maps?

kamil-mrzyglod avatar Oct 21 '16 07:10 kamil-mrzyglod

I started on a project recently with lots of npm package dependencies bundled together, and I think I had this error. It was causing all sorts of weird issues. The fix ended up being installing an earlier version of angular-google-maps. [email protected] worked.

mfp22 avatar Oct 22 '16 20:10 mfp22

Yes its lo added before Angular Google Maps but issue still exists !!

And yes i used earlier version of angular-google-maps. but issue still exists !!

abunour22 avatar Oct 24 '16 14:10 abunour22

I had same issue. It just deleted _ from (window, angular, _) . It left it like (window, angular, ); It is working fine now.

108abhishek avatar Nov 16 '17 09:11 108abhishek