1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-02 20:15:26 +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: [],

View file

@ -1,6 +1,6 @@
{
"name": "documize",
"version": "1.52.1",
"version": "1.52.2",
"description": "The Document IDE",
"private": true,
"repository": "",