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
findBy returns an array instead of found item as it should
findBy
Docs said that it just wraps Ember.Array.findBy but it works more like filterBy
Ember.Array.findBy
filterBy
Here is twiddle: https://ember-twiddle.com/ba47504b322f2e6339f53206a0110627?openFiles=controllers.application.js%2C
The text was updated successfully, but these errors were encountered:
You're not escaping your string properly firstElem: findBy('array',raw('key'),1)
firstElem: findBy('array',raw('key'),1)
Sorry, something went wrong.
No branches or pull requests
findBy
returns an array instead of found item as it shouldDocs said that it just wraps
Ember.Array.findBy
but it works more likefilterBy
Here is twiddle:
https://ember-twiddle.com/ba47504b322f2e6339f53206a0110627?openFiles=controllers.application.js%2C
The text was updated successfully, but these errors were encountered: