annotate src/app/waveform/waveform.component.html @ 200:d7e4bba39d20

Moving towards defining an analysis item - it is already doing too much in terms of also describing the root audio.
author Lucas Thompson <dev@lucas.im>
date Fri, 24 Mar 2017 11:05:20 +0000
parents 733bcba71003
children 0833ddde6a83
rev   line source
dev@155 1 <div
dev@155 2 #track class="track"
dev@155 3 (mousedown)="seekStart()"
dev@155 4 (mouseup)="seekEnd($event.clientX)"></div>
dev@198 5 <template [ngIf]="isLoading">
dev@198 6 <ugly-progress-spinner [isVisible]="true"></ugly-progress-spinner>
dev@198 7 </template>