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

templateName convention and RangeError: invalid array length #43

Closed
tdegrunt opened this issue May 2, 2014 · 3 comments
Closed

templateName convention and RangeError: invalid array length #43

tdegrunt opened this issue May 2, 2014 · 3 comments

Comments

@tdegrunt
Copy link

tdegrunt commented May 2, 2014

I have a view called: 'time-left-moment-table-cell-view' and in this I use:

templateName: 'ember-table/time-left-table-cell',

This gives an RangeError: invalid array length, however if I change it to:

templateName: 'ember-table/timeleft-table-cell',

It works.

Is there something wrong with my naming convention?

@rwjblue
Copy link
Member

rwjblue commented May 2, 2014

This should have been fixed with #36. Can you update to the latest master version and confirm that it is fixed?

@stefanpenner
Copy link
Contributor

closing, will reopen if steps (on master) for reproduction are provided

@tdegrunt
Copy link
Author

tdegrunt commented May 2, 2014

Fixed allright, bower cache threw in the usual "but I did install the latest" confusion... Thank you!

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