We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
This should have been fixed with #36. Can you update to the latest master version and confirm that it is fixed?
Sorry, something went wrong.
closing, will reopen if steps (on master) for reproduction are provided
Fixed allright, bower cache threw in the usual "but I did install the latest" confusion... Thank you!
No branches or pull requests
I have a view called: 'time-left-moment-table-cell-view' and in this I use:
This gives an RangeError: invalid array length, however if I change it to:
It works.
Is there something wrong with my naming convention?
The text was updated successfully, but these errors were encountered: