Measurement row component

This commit is contained in:
Matthew Dillon 2015-03-19 10:02:42 -08:00
parent ced405cd03
commit c68f0a0fee
5 changed files with 55 additions and 17 deletions
app/components/measurements

View file

@ -0,0 +1,6 @@
import Ember from 'ember';
export default Ember.Component.extend({
tagName: 'tr',
measurement: null, // passed in
});