Mercurial > hg > ugly-duckling
view src/app/waveform/waveform.component.html @ 256:6d128e43f4d5
Merge remote-tracking branch 'lucas/feature/determinate-spinner'
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Fri, 28 Apr 2017 09:23:57 +0100 |
parents | 53ea6406d601 |
children |
line wrap: on
line source
<div #track class="track" (mousedown)="seekStart()" (mouseup)="seekEnd($event.clientX)"></div> <ng-template [ngIf]="isLoading"> <ugly-progress-spinner></ugly-progress-spinner> </ng-template>