-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Are dynamic-params branch features available elsewhere? #2608
Comments
dynamic params will be in |
@christopherthielen will you be able to provide (basic) documentation on dynamic params when |
Is there any way to make this work with 0.2.x? I'm messing around with this now for nearly three days. My goal is to make search filters persistent. I'm storing my query params in a cookie and read them from there and set them view $location.search(). I call my service that does that in the resolve. This works when I enter the page and it sets the params. When I go to another page the state changes, then I go back to my page where I want the filters to be applied they're gone. I really can't figure out a way to keep them there... It's a pain that there seems to be no sane way to simply merge optional query params or stored query params to the state that is being executed. Any ideas how to resolve this? |
@burzum Dynamic params are different than what you describe. Dynamic params are parameters that can change without their state being entered again. When a normal param changes, the state is exited and re-entered. |
I've been using
dynamic-params
branch(now deleted) for a long time, and it was working great for my use case. Looks like, it's time to upgrade, wondering if this functionality is available anywhere?The text was updated successfully, but these errors were encountered: