From a32b344b2cb2eae8da6ac565a7edea0107bd4861 Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Sat, 17 Jun 2017 00:27:24 +0200 Subject: [PATCH] Remove last references to xeditable. --- src/app.js | 4 ---- src/main.less | 2 -- 2 files changed, 6 deletions(-) diff --git a/src/app.js b/src/app.js index 05a7907..cd4b48e 100644 --- a/src/app.js +++ b/src/app.js @@ -62,10 +62,6 @@ var app = angular.module('accountant', [ .otherwise({ redirectTo: '/accounts' }); -}) - -.run(function(editableOptions) { - editableOptions.theme = 'bs3'; // bootstrap3 theme. Can be also 'bs2', 'default' }); module.exports = app; diff --git a/src/main.less b/src/main.less index ebc0122..84e7231 100644 --- a/src/main.less +++ b/src/main.less @@ -4,8 +4,6 @@ @import (inline) '~bootstrap-additions/dist/bootstrap-additions.css'; -@import (inline) '~angular-xeditable/dist/css/xeditable.css'; - .italic { font-style: italic; }