Skip to content

Instantly share code, notes, and snippets.

@kraftwer1
Created September 6, 2012 15:23
Show Gist options
  • Save kraftwer1/3657315 to your computer and use it in GitHub Desktop.
Save kraftwer1/3657315 to your computer and use it in GitHub Desktop.
<h2>List of articles:</h2>
<ul>
{{#each article in controller}}
<li><a {{action showArticle article href=true}}>{{article.title}}</a></li>
{{/each}}
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment