Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

Commit

Permalink
editor: rename controller from RunFBPCode to editor
Browse files Browse the repository at this point in the history
Signed-off-by: Bruno Bottazzini <bruno.bottazzini@intel.com>
  • Loading branch information
Bruno Bottazzini committed Feb 24, 2016
1 parent 91e467a commit c386bad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/js/controllers/editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion server/views/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
<!-- -------------------------------------------------------------- !-->
<!-- Editor !-->
<!-- -------------------------------------------------------------- !-->
<div ng-controller="RunFBPCode" id="cb">
<div ng-controller="editor" id="cb">
<!-- TOP OF THE PAGE !-->
<div class="container" style="width: 100%;">

Expand Down

0 comments on commit c386bad

Please sign in to comment.