mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-10 06:39:01 +02:00
make sure the progress bar always goes to 100% before removing
This commit is contained in:
@@ -91,6 +91,8 @@ define [
|
||||
# flashControls()
|
||||
|
||||
scope.$on "loaded", () ->
|
||||
scope.progress = 100
|
||||
scope.$apply()
|
||||
$timeout () ->
|
||||
scope.loading = false
|
||||
delete scope.progress
|
||||
|
||||
Reference in New Issue
Block a user