From cecfa6db4f69c4243c2d7305e73a73bc8fc26f3b Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Sat, 10 Jun 2017 22:54:13 +0200 Subject: [PATCH] Remove unused controller. --- src/index.ejs | 2 +- src/js/app.js | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/src/index.ejs b/src/index.ejs index ee42cb1..e53af56 100644 --- a/src/index.ejs +++ b/src/index.ejs @@ -40,7 +40,7 @@ -
+
diff --git a/src/js/app.js b/src/js/app.js index 85f5226..05a7907 100644 --- a/src/js/app.js +++ b/src/js/app.js @@ -66,9 +66,6 @@ var app = angular.module('accountant', [ .run(function(editableOptions) { editableOptions.theme = 'bs3'; // bootstrap3 theme. Can be also 'bs2', 'default' -}) - -.controller('MainController', function() { }); module.exports = app;