We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is a regression since alpha.4
When trace is enabled app.run($trace => $trace.enable()) the following error is printed to the log:
app.run($trace => $trace.enable())
angular-ui-router.js:2264 Swallowed exception during synchronous hook handler: TypeError: Cannot read property 'name' of undefined
This is caused by uiViewString trying to get the creationContext... should creationContext ever be undefined?
creationContext
The text was updated successfully, but these errors were encountered:
013c77a
No branches or pull requests
This is a regression since alpha.4
When trace is enabled
app.run($trace => $trace.enable())
the following error is printed to the log:
angular-ui-router.js:2264 Swallowed exception during synchronous hook handler: TypeError: Cannot read property 'name' of undefined
This is caused by uiViewString trying to get the
creationContext
... shouldcreationContext
ever be undefined?The text was updated successfully, but these errors were encountered: