parent
f93c4af029
commit
1c16c7239f
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ export default Mixin.create({
|
|||
actions: {
|
||||
delete: function() {
|
||||
this.get('model').destroyRecord().then(() => {
|
||||
this.get('store').unloadAll();
|
||||
this.transitionToRoute(this.get('transitionRoute'));
|
||||
});
|
||||
},
|
||||
|
|
Reference in a new issue