view 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
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>