-
Notifications
You must be signed in to change notification settings - Fork 42
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
Add support for computed property query param values #12
Comments
@SeanSmithers Can you still reproduce this? I tried to in the branch, but it seems to work fine: Perhaps you could modify my branch to include an example of it not working? |
@GavinJoyce No, I can't seem to reproduce it now, I pushed something to your branch to demonstrate what I was trying |
I think this may only be an issue in Ember 1.x. I can't reproduce it in ember 2.0. I'll confirm soon |
This behaviour (
So we maybe would need to state this corner case explicitly in the README, what do you think? |
@dongintercom thanks, that's useful. I'll use this to create a failing test and use that to fix the issue |
Not necessarily, I believe. Quoting from emberjs/ember.js#11021 (comment):
I haven't actually tested this, but we should be able to wait for Promise resolution and call However, we then would have to actually subclass |
Just in case if someone needs it right now https://discuss.emberjs.com/t/passing-dynamic-query-params-as-an-object-in-link-to-helper/9136/3 |
e.g.:
Results in:
...inbox/search/conversations?tag=%5Bobject%20Object%5D
The text was updated successfully, but these errors were encountered: