You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 8, 2020. It is now read-only.
Fix the pre-upload state animation in Firefox (#32)
When selecting a file before upload the value of `file.loaded` is null, so in Firefox this results in the progressbar having some kind of animation that suggests something is happening. Setting value to 0 fixes the issue.
Copy file name to clipboardExpand all lines: demo/index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ <h3>What?</h3>
69
69
<divng-repeat="file in files" style="margin-top: 20px;border-bottom-color: antiquewhite;border-bottom-style: double;">
70
70
<div><span>{{file.name}}</span><divstyle="float:right;"><span>{{file.humanSize}}</span><ang-click="btn_remove(file)" title="Remove from list to be uploaded"><iclass="icon-remove"></i></a></div>
0 commit comments