This commit is contained in:
Matthew Dillon 2015-11-10 15:42:20 -07:00
parent 48cd1f4f39
commit fbfbdf19d1
8 changed files with 54 additions and 37 deletions

View file

@ -1,11 +1,12 @@
import Ember from 'ember';
import ajaxError from '../../../../../utils/ajax-error';
import ajaxError from '../../../../utils/ajax-error';
const { Component } = Ember;
export default Component.extend({
tagName: 'tr',
isEditing: false,
allCharacteristics: null,
oldCharacteristicId: function() {
let json = this.get('row').toJSON();