Remove last references to xeditable.
This commit is contained in:
parent
6fc89eeb9a
commit
a32b344b2c
@ -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;
|
||||
|
@ -4,8 +4,6 @@
|
||||
|
||||
@import (inline) '~bootstrap-additions/dist/bootstrap-additions.css';
|
||||
|
||||
@import (inline) '~angular-xeditable/dist/css/xeditable.css';
|
||||
|
||||
.italic {
|
||||
font-style: italic;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user