ngMeta
ngMeta copied to clipboard
TypeError: Cannot read property 'meta' of undefined
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.
PR coming.
See #46 for the fix.