Measurement row component
This commit is contained in:
parent
ced405cd03
commit
c68f0a0fee
5 changed files with 55 additions and 17 deletions
app/components/measurements
6
app/components/measurements/measurement-row.js
Normal file
6
app/components/measurements/measurement-row.js
Normal file
|
@ -0,0 +1,6 @@
|
|||
import Ember from 'ember';
|
||||
|
||||
export default Ember.Component.extend({
|
||||
tagName: 'tr',
|
||||
measurement: null, // passed in
|
||||
});
|
Reference in a new issue