This commit is contained in:
Matthew Dillon 2015-09-17 10:16:56 -07:00
parent 4b6a776b63
commit 4699e26fa0

View file

@ -5,6 +5,7 @@ export default Ember.Component.extend({
return this.get('model.measurements.length') > 0;
}.property('model.measurements'),
// TODO: this is way more complicated than it should be
measurementsTable: function() {
let measurements = this.get('model.measurements');
let table = [];