This repository was archived by the owner on Nov 30, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
With angular 1.4.9: TypeError: Cannot read property 'exp' of undefined #1728
Labels
Comments
Similar problem with Angular 1.5.0 also in $digest cycle. Working example with angular 1.5.0-rc.2 (tested with previous versions down to 1.4.7 - including mentioned before 1.4.9) - http://plnkr.co/edit/ZZIGVW63DpeAXGX0wuvP?p=preview Error for map:
Error for marker (placing and relocating on click)
|
Same issue here with angular 1.5. |
I'm also experiencing this issue. Angular 1.5, Angular Google Maps 2.3.1. |
Same here |
Angular 1.5, Angular Google Maps 2.3.1 |
Looking into it. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
With Angular 1.4.9, I'm getting the error:
I load the maps with:
Then in my controller I have:
And in my view I have:
Pretty basic. Google shows me similar issues with other libs that are based on version discrepancies. My bower file has:
With Angular ^1.2, this problem doesn't occur. Is there a way to get this working with Angular 1.4.9?
The text was updated successfully, but these errors were encountered: