fix scope error in pdf viewer

This commit is contained in:
Brian Gough 2015-01-12 17:03:03 +00:00
parent 887423f8d7
commit 823bdcf583

View file

@ -25,7 +25,7 @@ define [
# $scope.pages = []
$scope.document.destroy() if $scope.document?
scope.loadCount = scope.loadCount? ? scope.loadCount + 1 : 1
$scope.loadCount = $scope.loadCount? ? $scope.loadCount + 1 : 1
# TODO need a proper url manipulation library to add to query string
$scope.document = new PDFRenderer($scope.pdfSrc + '&pdfng=true' , {
scale: 1,