annotate src/app/waveform/waveform.component.html @ 319:64dee0c156b1

Some slight refactoring of the list deduction guff and rig up notes layer.
author Lucas Thompson <dev@lucas.im>
date Mon, 15 May 2017 17:57:42 +0100
parents 53ea6406d601
children
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@236 5 <ng-template [ngIf]="isLoading">
dev@234 6 <ugly-progress-spinner></ugly-progress-spinner>
dev@236 7 </ng-template>