ngMeta icon indicating copy to clipboard operation
ngMeta copied to clipboard

TypeError: Cannot read property 'meta' of undefined

Open aaronfrost opened this issue 6 years ago • 2 comments
trafficstars

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 avatar Nov 14 '19 23:11 aaronfrost

PR coming.

aaronfrost avatar Nov 14 '19 23:11 aaronfrost

See #46 for the fix.

aaronfrost avatar Nov 15 '19 00:11 aaronfrost