Mercurial > hg > ugly-duckling
view src/app/waveform/waveform.component.html @ 269:077b57d64bbd
Helper method for accessing current item from MdSelect
author | Lucas Thompson <dev@lucas.im> |
---|---|
date | Tue, 02 May 2017 15:16:44 +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>