Skip to content

Commit 54598b7

Browse files
PANSTER.DanielPANSTER.Daniel
PANSTER.Daniel
authored and
PANSTER.Daniel
committed
fix id ng ref input element
1 parent 8019c84 commit 54598b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/img-gallery/img-gallery.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</div>
1919
-->
2020
<!-- Folder Picker (support by chrome, edge, firefox) -->
21-
<input id="imgFolderInput" type="file" (change)="filesPicked(folderInput.files)" webkitDirectory>
21+
<input id="imgFolderInput" #imgFolderInputNG type="file" (change)="filesPicked(imgFolderInputNG.files)" webkitDirectory>
2222

2323
</div>
2424
</div>

0 commit comments

Comments
 (0)