Skip to content

Instantly share code, notes, and snippets.

@christoph-daehne
Created May 31, 2016 06:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save christoph-daehne/a92af8c9405f572e0891c0548e100112 to your computer and use it in GitHub Desktop.
Save christoph-daehne/a92af8c9405f572e0891c0548e100112 to your computer and use it in GitHub Desktop.
{{findAll persons field="isFriend" assignTo="friends"}}
{{#sort friends sortBy="name" assignTo="sorted"}}
{{#each sorted}}
{{/each}}
{{/sort}}
{{/findAll}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment