Ember data handle errors
This commit is contained in:
parent
d890a62c6f
commit
f902c7500b
4 changed files with 46 additions and 0 deletions
4
app/components/display-errors.js
Normal file
4
app/components/display-errors.js
Normal file
|
@ -0,0 +1,4 @@
|
|||
import Ember from 'ember';
|
||||
|
||||
export default Ember.Component.extend({
|
||||
});
|
Reference in a new issue