-
-
Notifications
You must be signed in to change notification settings - Fork 81
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
Multiple {{x-selects}} on the same template #48
Comments
i have got multiple ones working but was seeing something similar when i had two until i got it working, it seemed async related so i switched some stuff around, nothing real specific, you could also try master of this repo in your package.json and see if it clears it up these may clear it up |
I'm curious: if you just upgrade ember to 1.13.4, does that fix it? I really need to finish this blog post. There a couple ember bugs that make using this addon a little less reliable. |
@Robdel12 oh, it did work with Ember 1.13.4 (forgot to say that it was 1.13.3 previously) on both master and 1.1.4. Works like a charm now. I should have tried this before creating the issue. Thank you! |
@shamanime Awesome! Glad that worked :D |
I am trying to use multiple selects on my template, as follows:
But this throws the following message in the console:
If I remove either of the selects, it works.
The relevant route code:
Am I doing something wrong?
PS: Using version 1.1.4, ember-cli 1.13.1.
The text was updated successfully, but these errors were encountered: