diff src/app/analysis-item/analysis-item.component.html @ 188:3f84bd16c1e8

Props for title and description
author Lucas Thompson <dev@lucas.im>
date Wed, 22 Mar 2017 14:30:19 +0000
parents 1b6cb68f2128
children a50feba0d7f0
line wrap: on
line diff
--- a/src/app/analysis-item/analysis-item.component.html	Wed Mar 22 14:27:39 2017 +0000
+++ b/src/app/analysis-item/analysis-item.component.html	Wed Mar 22 14:30:19 2017 +0000
@@ -1,7 +1,7 @@
 <md-card>
   <md-card-header>
-    <md-card-title>Analysis Method</md-card-title>
-    <md-card-subtitle>Blah blah</md-card-subtitle>
+    <md-card-title>{{title}}</md-card-title>
+    <md-card-subtitle>{{description}}</md-card-subtitle>
   </md-card-header>
   <md-card-content>
     <app-waveform