Skip to content
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

Different controllers but same query params, how do you achieve it? #22

Open
abhilashlr89 opened this issue Sep 9, 2016 · 5 comments
Open
Assignees

Comments

@abhilashlr89
Copy link

I have a controller say test with queryParams as sort
and another controller as test2 with QP as sort

I save this QP in local store, so that next time the same controller is visited (after a hard refresh), the last saved QP is opened.

Since they both have the same QP, the change doesn't reflect. Any workaround?

@knownasilya
Copy link
Owner

Could you provide some example code?

@knownasilya
Copy link
Owner

Sorry, I let this drop. Will have a look.

@knownasilya knownasilya self-assigned this Oct 28, 2016
@shankarsridhar
Copy link

Waiting for this one 🙂

@knownasilya
Copy link
Owner

The solution is "place it on the common ancestor", in the case of the twiddle that would be the application controller.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants