Notes
This commit is contained in:
parent
4b6a776b63
commit
4699e26fa0
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ export default Ember.Component.extend({
|
||||||
return this.get('model.measurements.length') > 0;
|
return this.get('model.measurements.length') > 0;
|
||||||
}.property('model.measurements'),
|
}.property('model.measurements'),
|
||||||
|
|
||||||
|
// TODO: this is way more complicated than it should be
|
||||||
measurementsTable: function() {
|
measurementsTable: function() {
|
||||||
let measurements = this.get('model.measurements');
|
let measurements = this.get('model.measurements');
|
||||||
let table = [];
|
let table = [];
|
||||||
|
|
Reference in a new issue