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
I'm trying to use the shorthand form for params - specified in the docs here:
http://angular-ui.github.io/ui-router/site/#/api/ui.router.state.$stateProvider#state
but am getting this error:
Error: [$injector:modulerr] Failed to instantiate module app due to: obj is not an object
You can see the entire error here.
http://plnkr.co/edit/x2bCySuwSl7rg789c8Hv?p=preview
Just to note, the longer form works as expected.
The text was updated successfully, but these errors were encountered:
Thank you for the concise bug report with reproduced plunk! I'll fix this for 0.2.13 which should be released in a day or two.
Sorry, something went wrong.
831d812
christopherthielen
No branches or pull requests
I'm trying to use the shorthand form for params - specified in the docs here:
http://angular-ui.github.io/ui-router/site/#/api/ui.router.state.$stateProvider#state
but am getting this error:
Error: [$injector:modulerr] Failed to instantiate module app due to:
obj is not an object
You can see the entire error here.
http://plnkr.co/edit/x2bCySuwSl7rg789c8Hv?p=preview
Just to note, the longer form works as expected.
The text was updated successfully, but these errors were encountered: