Mercurial > hg > ugly-duckling
view src/app/audio-file-open/audio-file-open.component.html @ 16:7e3ab6f8792f
Rough waveform loading, issues exist regarding communicating changes from child components (unless using the current workaround with explicit zone running)... investigating.
author | Lucas Thompson <dev@lucas.im> |
---|---|
date | Thu, 27 Oct 2016 17:08:57 +0100 |
parents | 0571cf863026 |
children | cf4a17efb5d4 |
line wrap: on
line source
<input #open type="file" accept="audio/*" (change)="decodeAudio($event.target.files)"/> <button md-icon-button (click)="openAudioDialog()"> <md-icon>folder_open</md-icon> </button>