Delete measurement

This commit is contained in:
Matthew Dillon 2015-09-25 15:37:23 -07:00
parent 482bfddf12
commit 34aa59caf3
3 changed files with 10 additions and 3 deletions

View file

@ -28,5 +28,9 @@ export default Ember.Component.extend({
}
},
delete: function() {
this.get('row').destroyRecord();
}
},
});