Merge pull request #1455 from abjerner/patch-12

Added support for progress bar/list for when uploading a single file
This commit is contained in:
Stephan
2016-09-05 12:22:54 +02:00
committed by GitHub

View File

@@ -36,7 +36,7 @@
</div>
<!-- List of uploading/uploaded files -->
<ul class="file-list" ng-show="done.length > 0 || queue.length > 0 || rejected.length > 0">
<ul class="file-list" ng-show="done.length > 0 || queue.length > 0 || rejected.length > 0 || filesHolder.length > 0">
<!-- make list sort order the same as photo grid. The last uploaded photo in the top -->
<li class="file" ng-repeat="file in done">