Cleanup module.
This commit is contained in:
parent
40bc4bf1e8
commit
1f5d4980e5
@ -29,9 +29,7 @@ import { Logger } from '@nsalaun/ng-logger';
|
|||||||
import { NgbModal } from '@ng-bootstrap/ng-bootstrap';
|
import { NgbModal } from '@ng-bootstrap/ng-bootstrap';
|
||||||
import { ToastrService } from 'ngx-toastr';
|
import { ToastrService } from 'ngx-toastr';
|
||||||
|
|
||||||
var ngMessages = require('angular-messages'),
|
var ngStrap = require('angular-strap');
|
||||||
ngUiNotification = require('angular-ui-notification'),
|
|
||||||
ngStrap = require('angular-strap');
|
|
||||||
|
|
||||||
var schedulerTmpl = require('./scheduler.html');
|
var schedulerTmpl = require('./scheduler.html');
|
||||||
|
|
||||||
@ -39,8 +37,6 @@ import { ScheduleComponent } from './schedule.component';
|
|||||||
import { ScheduleService } from './schedule.service';
|
import { ScheduleService } from './schedule.service';
|
||||||
|
|
||||||
export default angular.module('accountant.scheduler', [
|
export default angular.module('accountant.scheduler', [
|
||||||
ngMessages,
|
|
||||||
ngUiNotification,
|
|
||||||
ngStrap
|
ngStrap
|
||||||
])
|
])
|
||||||
.factory('toastrService', downgradeInjectable(ToastrService))
|
.factory('toastrService', downgradeInjectable(ToastrService))
|
||||||
|
Loading…
Reference in New Issue
Block a user