-
Notifications
You must be signed in to change notification settings - Fork 3k
Dynamic state url #1323
New issue
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
Comments
I think it's a duplicate of: #384 I would create a function which generate states:
|
The problem is that i should be able to go from
or
or
or
So for each state i dont want to create state for my |
an another option would be to use this url for the asd state url: '*path/asd' I prefer my first solution. |
Doesn't work, it redirects to |
Made a demo http://screencast.com/t/nXcc1fuiL9G |
Yes, of course, I forget you needed to keep previous state... |
@vko-online I am struggling to understand what you are trying to do. Do you want an "asd" state that can be appended to all other states? |
@christopherthielen yes, thats right, i wanted to make infinite nesting, but guess it's not possible, so i now implementing deepStates (very very useful btw) |
App structure
Each state's templates where made as widget.
But i don't know how to append new states to current state. Say i have another states:
When i navigate to
/asd
from/
i see right state. But i want to navigate to this state fromand don't destroy current widgets but append
(make url as
/azured/ref/tableId/12/listId/3/itemId/434/asd
)(please note asd). Just want to append new state to the current state and go on further. Guess i can hardcode all possible branches, but need better solution.
Here is preview

The text was updated successfully, but these errors were encountered: