#96 find-by in template

Ever wanted to search an array within your template?  Let’s say you have an array of users and you want the first user with first name “Joe”.  Using the ember-composoable-helper addon, you can do this:

You could use a variable instead the string ‘joe’ above to bind it to whatever first name you want.