hide progress bar when pdfng has loaded

This commit is contained in:
Brian Gough 2015-01-13 16:27:04 +00:00
parent 4bcc9fb5c9
commit 953821959d

View file

@ -91,8 +91,8 @@ define [
# flashControls()
scope.$on "loaded", () ->
# console.log "LOADED"
scope.loading = false
delete scope.progress
#scope.$watch "highlights", (areas) ->
# console.log 'got HIGHLIGHTS in pdfJS', areas