Sha256: e011d8ea2711f7f9b242b61a491309135126d7707c08bf777b43aceefcd35cbf
Contents?: true
Size: 780 Bytes
Versions: 8
Compression:
Stored size: 780 Bytes
Contents
.row .col-lg-12 flow-init="{headers: setHeaders}" flow-files-submitted="$flow.upload()" flow-file-success="$file.msg = $message" flow-complete="$state.go('assets')" /! The table listing the files available for upload/download .form-group button.btn.btn-primary flow-btn="" = I18n.t(:upload_assets) table.table.table-striped.files.ng-cloak tr ng-repeat="file in $flow.files" td img flow-img="file" width="50" height="50" ng-show="isImageType(file)" td | {{ file.name }} td .progress.progress-striped ng-class="{active: file.isUploading()}" .progress-bar role="progressbar" ng-style="{width: (file.progress() * 100) + '%'}" td | {{ file.msg }}
Version data entries
8 entries across 8 versions & 1 rubygems