Mercurial > hg > ugly-duckling
view src/app/waveform/waveform.component.html @ 221:f3ff5ee994a1
With card layout, these can be full-height again
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Thu, 30 Mar 2017 16:46:48 +0100 |
parents | 733bcba71003 |
children | 0833ddde6a83 |
line wrap: on
line source
<div #track class="track" (mousedown)="seekStart()" (mouseup)="seekEnd($event.clientX)"></div> <template [ngIf]="isLoading"> <ugly-progress-spinner [isVisible]="true"></ugly-progress-spinner> </template>