Skip to content

Commit

Permalink
I dont think this does anything (elastic#1103)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rashid Khan authored Sep 7, 2018
1 parent 0d6e0b7 commit 6701bee
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions public/angular/controllers/canvas.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React from 'react';
import { render, unmountComponentAtNode } from 'react-dom';
import { Provider } from 'react-redux';
import { uiModules } from 'ui/modules';
import { App } from '../../components/app';

export function CanvasRootController(canvasStore, $scope, $element) {
Expand All @@ -18,6 +17,3 @@ export function CanvasRootController(canvasStore, $scope, $element) {
unmountComponentAtNode(domNode);
});
}

const app = uiModules.get('apps/canvas');
app.controller('CanvasRootController', CanvasRootController);

0 comments on commit 6701bee

Please sign in to comment.