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
@christopherthielen
Hi, I also got this error after i updated my application from angular version 1.5.0 to 1.6.5 with ui-router version 1.0.5.
It only happens with the sub-router with params, like "/demo/lists/:id", could you pls kindly give me some help?
Thanks a lot!
Here is the test case: http://plnkr.co/edit/EuWGIKcyXCTY1vHiQXMj?p=preview
The error happens when:
Any workaround before a fix?
Here is what I'm trying to do:
A not-logged-in user can go to any url, but he/she will see a login form. Once he/she logs in, he'll see that url's corresponded state view.
Should I go with a different approach? lazyLoad/future states that register after a user logs in? I'm not quite sure how that works.
The text was updated successfully, but these errors were encountered: