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;