Stop loading chars in measurements-table

This commit is contained in:
Matthew Dillon 2015-11-10 15:49:55 -07:00
parent fbfbdf19d1
commit ba15af411e
8 changed files with 9 additions and 10 deletions

View file

@ -20,8 +20,6 @@ export default Component.extend({
actions: {
edit: function() {
// The parent table fetches all of the characteristics ahead of time
this.set('characteristics', this.store.peekAll('characteristic'));
this.toggleProperty('isEditing');
},

View file

@ -4,7 +4,7 @@
{{
select-2
multiple=false
content=characteristics
content=allCharacteristics
value=row.characteristic
optionLabelPath="characteristicName"
}}