Mercurial > hg > ugly-duckling
view src/app/audio-file-open/audio-file-open.component.html @ 509:041468f553e1 tip master
Merge pull request #57 from LucasThompson/fix/session-stack-max-call-stack
Fix accidental recursion in PersistentStack
author | Lucas Thompson <LucasThompson@users.noreply.github.com> |
---|---|
date | Mon, 27 Nov 2017 11:04:30 +0000 |
parents | cf4a17efb5d4 |
children |
line wrap: on
line source
<input #open type="file" accept="audio/*" (change)="decodeAudio($event.target.files)"/> <button mat-icon-button (click)="openAudioDialog()"> <mat-icon>folder_open</mat-icon> </button>