Mercurial > hg > ugly-duckling
view src/app/waveform/waveform.component.html @ 343:8bfd9586c78a
Move some functions out of waveform and into appropriately named modules.
author | Lucas Thompson <dev@lucas.im> |
---|---|
date | Tue, 23 May 2017 10:41:36 +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>