Mercurial > hg > ugly-duckling
view src/app/waveform/waveform.component.html @ 339:46435d5208e9
Merge branch 'master' of ssh://github.com:/piper-audio/ugly-duckling
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Fri, 19 May 2017 16:40:52 +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>