You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uncaught Error: [$injector:modulerr] Failed to instantiate module plunker due to:
Error: Missing required parameter 'parentParam' in state 'parent.child'
at http://run.plnkr.co/uyP1Fmf4JJCrTanq/ui-router.js:1845:17
at forEach (https://ajax....<omitted>...1)
The text was updated successfully, but these errors were encountered:
I'm wondering if this is actually just a more complicated example of #1073. They both present with the same error message, but #1073 is perhaps a more general case.
When both a parent and child state define optional, dynamic parameters, the application fails to bootstrap.
Results in the following error:
The text was updated successfully, but these errors were encountered: