Skip to content

Instantly share code, notes, and snippets.

@mrinterweb
Created May 15, 2014 00:00
Show Gist options
  • Save mrinterweb/5d7478db469bfeeb9984 to your computer and use it in GitHub Desktop.
Save mrinterweb/5d7478db469bfeeb9984 to your computer and use it in GitHub Desktop.
Showing server-side errors in handlebars
<ul>
{{#each model.errors.content}}
<li>{{attribute}} {{message}}</li>
{{/each}}
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment