show progress bar when loading starts

This commit is contained in:
Brian Gough 2016-07-05 13:09:50 +01:00
parent a4cd5c90c3
commit 41b0309e6e

View file

@ -83,6 +83,7 @@ define [
if url
scope.loading = true
scope.loaded = false
scope.progress = 1
# console.log 'pdfSrc =', url
initializePosition()
flashControls()