Compare commits

..

1 Commits

Author SHA1 Message Date
Linden van der
3e8c18a738 Update simple demo
Also hide table headers with isHTML5 option.
2018-03-21 16:04:36 +01:00
2 changed files with 2 additions and 7 deletions

View File

@@ -84,11 +84,6 @@ Please follow this guidelines when reporting bugs and feature requests:
Thanks for understanding!
# Tutorial with backend implmentation
- [Complete example with backend implementation in Node.js](https://ciphertrick.com/file-upload-angular-nodejs/).
### License
The MIT License (see the [LICENSE](https://github.com/valor-software/ng2-file-upload/blob/master/LICENSE) file for the full text)

View File

@@ -52,8 +52,8 @@
<thead>
<tr>
<th width="50%">Name</th>
<th>Size</th>
<th>Progress</th>
<th *ngIf="uploader.options.isHTML5">Size</th>
<th *ngIf="uploader.options.isHTML5">Progress</th>
<th>Status</th>
<th>Actions</th>
</tr>