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

Numeric get not working for arrays #15666

Closed
amk221 opened this issue Sep 14, 2017 · 1 comment · Fixed by #15667
Closed

Numeric get not working for arrays #15666

amk221 opened this issue Sep 14, 2017 · 1 comment · Fixed by #15667

Comments

@amk221
Copy link

amk221 commented Sep 14, 2017

{{get object 0}} // works ok
{{get array 0}} // does not work
// but
{{get array '0'}} // works ok
{{get array 1}} // works ok

https://ember-twiddle.com/3be646d4e82a480e0993ce7093c2ac52

@rwjblue
Copy link
Member

rwjblue commented Feb 6, 2018

whoops, sorry

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

Successfully merging a pull request may close this issue.

2 participants