1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-22 22:59:43 +02:00

Improve print and PDF rendering

This commit is contained in:
Harvey Kandola 2019-01-08 13:56:42 +00:00
parent 5467771542
commit c706edec47
5 changed files with 767 additions and 798 deletions

View file

@ -15,6 +15,7 @@ import Controller from '@ember/controller';
export default Controller.extend(Notifier, {
router: service(),
appMeta: service(),
folderService: service('folder'),
documentService: service('document'),
localStorage: service('localStorage'),