From c386badb7d9b24adf64d51d795a82315eed7c2d9 Mon Sep 17 00:00:00 2001 From: Bruno Bottazzini Date: Wed, 24 Feb 2016 13:31:59 -0300 Subject: [PATCH] editor: rename controller from RunFBPCode to editor Signed-off-by: Bruno Bottazzini --- client/js/controllers/editor.js | 2 +- server/views/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 @@ -
+