Mercurial > hg > ugly-duckling
annotate src/app/analysis-item/analysis-item.component.html @ 179:dadde8a1648c
Explicitly fill width of parent
author | Lucas Thompson <dev@lucas.im> |
---|---|
date | Wed, 22 Mar 2017 11:15:45 +0000 |
parents | 53dd17c06724 |
children | 7cd274d296a3 |
rev | line source |
---|---|
dev@170 | 1 <md-card> |
dev@170 | 2 <md-card-header> |
dev@170 | 3 <md-card-title>Analysis Method</md-card-title> |
dev@170 | 4 <md-card-subtitle>Blah blah</md-card-subtitle> |
dev@170 | 5 </md-card-header> |
dev@170 | 6 <md-card-content> |
dev@170 | 7 <app-waveform |
dev@170 | 8 [audioBuffer]="audioBuffer" |
dev@170 | 9 ></app-waveform> |
dev@170 | 10 </md-card-content> |
dev@170 | 11 <md-card-actions> |
dev@170 | 12 <button md-button>ACTION</button> |
dev@170 | 13 <button md-button>ANOTHER ACTION</button> |
dev@170 | 14 </md-card-actions> |
dev@170 | 15 </md-card> |