-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Canary - generated controller using id not model.id #10144
Comments
can you provide a JSBIN |
Not easily, would have to try and recreate from scratch, too much company logic and complex models :( Will see if I can recreate when I get a mo. It's only a warning at the moment so not a show stopper. Suspect it's just a case of adding model. in the generator code somewhere. |
Without steps to reproduce and clarity of which versions you are using this issue isn't very actionable. |
Sorry, thought canary would be enough :) DEBUG: Ember : 1.11.0-beta.1+canary.111861f0 Will take a quick look in the source to try and find the generator code then try and mock something up to reproduce. |
Duplicate of #10143. |
Your |
Aha, it was a nested component. Could the error message be enhanced to name the view/component with error? Currently it says it's the controller which is a bit misleading. |
Obviously there's no controller.js, but there is a view.js with computed model.
The text was updated successfully, but these errors were encountered: