Add custom content on each file upload #830

Open
opened 2017-06-08 14:34:13 +00:00 by ppprevost · 0 comments
ppprevost commented 2017-06-08 14:34:13 +00:00 (Migrated from github.com)

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.

I want to add <md-radio-group [(ngModel)]="typeWaste" name="typeWaste"> <md-radio-button [value]="public"> Public </md-radio-button> <md-radio-button value="private"> Private </md-radio-button> </md-radio-group> 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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: dc/ng2-file-upload#830