From f909dcfd665d7a98ff04e7d4909eed1e5f91746d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emanuel=20Sch=C3=BCtze?= Date: Fri, 23 Feb 2018 13:06:07 +0100 Subject: [PATCH] Downgrade angular-pdf to 1.3.0 (Fixed #3552). using pdfjs-dist#1.3.100 angular-pdf 1.3.1 does not work in Firefox with PDF documents >127kb. --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 5f90167aa..15bcf66fc 100644 --- a/bower.json +++ b/bower.json @@ -15,7 +15,7 @@ "angular-formly-templates-bootstrap": "~6.2.0", "angular-gettext": "~2.3.7", "angular-messages": "~1.5.8", - "angular-pdf": "~1.3.0", + "angular-pdf": "1.3.0", "angular-sanitize": "~1.5.8", "angular-scroll-glue": "~2.0.7", "angular-ui-router": "~0.3.1",