This commit is contained in:
Mo Bitar
2018-07-20 09:34:09 -05:00
parent 8eaa22eae3
commit 0720e71637
2 changed files with 1 additions and 3 deletions

View File

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

View File

@@ -38,7 +38,7 @@
"karma-phantomjs-launcher": "^1.0.2", "karma-phantomjs-launcher": "^1.0.2",
"sn-stylekit": "1.0.15", "sn-stylekit": "1.0.15",
"standard-file-js": "0.3.2", "standard-file-js": "0.3.2",
"sn-models": "file:~/Desktop/sn-models", "sn-models": "0.1.0",
"connect": "^3.6.6", "connect": "^3.6.6",
"mocha": "^5.2.0", "mocha": "^5.2.0",
"serve-static": "^1.13.2", "serve-static": "^1.13.2",