use .25-second delay before loading indicator is removed

This commit is contained in:
Brian Gough 2015-01-26 13:24:57 +00:00
parent 940c6a4b8d
commit 5a47b1bac2

View file

@ -94,6 +94,7 @@ define [
$timeout () ->
scope.loading = false
delete scope.progress
, 250
#scope.$watch "highlights", (areas) ->
# console.log 'got HIGHLIGHTS in pdfJS', areas