Skip to content

Instantly share code, notes, and snippets.

@yoelnacho
Last active August 15, 2018 20:55
Show Gist options
  • Save yoelnacho/ae6c28a860cae39f444fab82777e1887 to your computer and use it in GitHub Desktop.
Save yoelnacho/ae6c28a860cae39f444fab82777e1887 to your computer and use it in GitHub Desktop.
Material input type=file
<div class="container">
<button md-raised-button color="primary" (click)="fileInput.click()">Upload</button>
<input hidden type="file" #fileInput>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment