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
The documentation for: https://ui-router.github.io/docs/latest/interfaces/ng1.ng1statedeclaration.html#onenter
States the interface as: onEnter: function(trans, state) {
But it is actually: onEnter: function(injectable providers) {
Using the interface from the documentation generates the error:
Error: [$injector:unpr] Unknown provider: transProvider <- trans
The text was updated successfully, but these errors were encountered:
Thanks for the report. This is a duplicate of #3072 and is fixed by #3076
The docs site will be updated when the next version is released
Sorry, something went wrong.
No branches or pull requests
The documentation for:
https://ui-router.github.io/docs/latest/interfaces/ng1.ng1statedeclaration.html#onenter
States the interface as:
onEnter: function(trans, state) {
But it is actually:
onEnter: function(injectable providers) {
Using the interface from the documentation generates the error:
Error: [$injector:unpr] Unknown provider: transProvider <- trans
The text was updated successfully, but these errors were encountered: