From 4699e26fa0062dedd86cbed51b179ce836aa47f9 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Thu, 17 Sep 2015 10:16:56 -0700 Subject: [PATCH] Notes --- .../characteristics/show/measurements-table/component.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/pods/protected/characteristics/show/measurements-table/component.js b/app/pods/protected/characteristics/show/measurements-table/component.js index 63d3165..00d5dd4 100644 --- a/app/pods/protected/characteristics/show/measurements-table/component.js +++ b/app/pods/protected/characteristics/show/measurements-table/component.js @@ -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 = [];