Component save-item make sure it exists

This commit is contained in:
Mo Bitar
2018-07-20 19:12:14 -05:00
parent 0441087ca0
commit 8a8d37dd43
2 changed files with 8 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ angular.module('app')
}
})
.controller('EditorCtrl', function ($sce, $timeout, authManager, $rootScope, actionsManager, syncManager, modelManager, themeManager, componentManager, storageManager, sessionHistory) {
this.spellcheck = true;
this.componentManager = componentManager;