Add custom content on each file upload #830
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I want to add
<md-radio-group [(ngModel)]="typeWaste" name="typeWaste">
<md-radio-button [value]="public">
Public
Private
to each file to download in a column table
The ngmodel actually works only for one file but i want it to work with any file.