Session history

This commit is contained in:
Mo Bitar
2018-07-19 22:25:14 -05:00
parent 8a127f97a1
commit 1250f3fd5e
13 changed files with 456 additions and 843 deletions

View File

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