diff --git a/client/js/controllers/editor.js b/client/js/controllers/editor.js index 98c7a99..3512f2a 100644 --- a/client/js/controllers/editor.js +++ b/client/js/controllers/editor.js @@ -30,7 +30,7 @@ (function() { 'use strict'; - app.controller ('RunFBPCode', ['$compile', '$scope', '$http', '$interval', + app.controller ('editor', ['$compile', '$scope', '$http', '$interval', '$document', 'broadcastService', 'FetchFileFactory', 'usSpinnerService', 'svConf', function ($compile, $scope, $http, $interval, $document, broadcastService, diff --git a/server/views/index.html b/server/views/index.html index 697201e..93f4907 100644 --- a/server/views/index.html +++ b/server/views/index.html @@ -113,7 +113,7 @@ -