view 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
line wrap: on
line source
<div
  #track class="track"
  (mousedown)="seekStart()"
  (mouseup)="seekEnd($event.clientX)"></div>
<template [ngIf]="isLoading">
  <ugly-progress-spinner [isVisible]="true"></ugly-progress-spinner>
</template>