Ember data handle errors
This commit is contained in:
parent
d890a62c6f
commit
f902c7500b
4 changed files with 46 additions and 0 deletions
3
app/templates/components/display-errors.hbs
Normal file
3
app/templates/components/display-errors.hbs
Normal file
|
@ -0,0 +1,3 @@
|
|||
{{#each error in a}}
|
||||
<div class="flakes-message error">{{error.message}}</div>
|
||||
{{/each}}
|
Reference in a new issue