Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: Cannot read property 'meta' of undefined #45

Open
aaronfrost opened this issue Nov 14, 2019 · 2 comments
Open

TypeError: Cannot read property 'meta' of undefined #45

aaronfrost opened this issue Nov 14, 2019 · 2 comments

Comments

@aaronfrost
Copy link

aaronfrost commented Nov 14, 2019

When you are in an Angular + AngularJS hybrid app, the current property from the ngRoute will be undefined when you are routing to an Angular route from an AngularJS route. This is a problem for this service, since it depends on current property always being defined. We need to add an undefined check.

@aaronfrost
Copy link
Author

PR coming.

@aaronfrost
Copy link
Author

See #46 for the fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant