Skip to content

Instantly share code, notes, and snippets.

@eviltrout
Created April 25, 2012 21:10
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 eviltrout/2493434 to your computer and use it in GitHub Desktop.
Save eviltrout/2493434 to your computer and use it in GitHub Desktop.
Simple template
{{#each suggestedUsers}}
<li>
{{selectedUser}}
<a href='#' {{action completeUser}} {{bindAttr data-username="this"}}>{{this}}</a>
</li>
{{/each}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment