1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-23 15:19:42 +02:00

fix for starting new document from empty template

This commit is contained in:
Harvey Kandola 2017-08-21 07:58:34 +01:00
parent 17db964b10
commit 81cd22e130
6 changed files with 640 additions and 639 deletions

View file

@ -19,6 +19,7 @@ const {
export default Ember.Component.extend(NotifierMixin, {
localStorage: Ember.inject.service(),
appMeta: Ember.inject.service(),
templateService: Ember.inject.service('template'),
canEditTemplate: "",
importedDocuments: [],
savedTemplates: [],