Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

SUP-3048, [subflow] New Submit - Issue with sync on flow #711

Merged
merged 1 commit into from
Feb 4, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ modal.transition(show="vm.showProgress", background-click-close="false", style="
.upload-progress__title
p Uploading submission for

p.upload-progress-title__challenge-name [Challenge name]
p.upload-progress-title__challenge-name(ng-bind="submissions.challengeTitle")

img.upload-progress__image(src=require("../../../assets/images/robot.svg"), ng-hide="vm.errorInUpload")
img.upload-progress__image--error(src=require("../../../assets/images/robot-embarresed.svg"), ng-show="vm.errorInUpload")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ modal.transition(show="vm.showProgress", background-click-close="false", style="
.upload-progress__title
p Uploading submission for

p.upload-progress-title__challenge-name [Challenge name]
p.upload-progress-title__challenge-name(ng-bind="submissions.challengeTitle")

img.upload-progress__image(src=require("../../../assets/images/robot.svg"), ng-hide="vm.errorInUpload")
img.upload-progress__image--error(src=require("../../../assets/images/robot-embarresed.svg"), ng-show="vm.errorInUpload")
Expand Down