Cleanup.
This commit is contained in:
@@ -40,14 +40,6 @@ export default angular.module('accountant.scheduler', [
|
|||||||
ngStrap,
|
ngStrap,
|
||||||
accountModule
|
accountModule
|
||||||
])
|
])
|
||||||
.factory('toastrService', downgradeInjectable(ToastrService))
|
|
||||||
|
|
||||||
.factory('ngbModal', downgradeInjectable(NgbModal))
|
|
||||||
|
|
||||||
.factory('logger', downgradeInjectable(Logger))
|
|
||||||
|
|
||||||
.factory('scheduleService', downgradeInjectable(ScheduleService))
|
|
||||||
|
|
||||||
.directive('scheduleListComponent', downgradeComponent({
|
.directive('scheduleListComponent', downgradeComponent({
|
||||||
component: ScheduleListComponent
|
component: ScheduleListComponent
|
||||||
}))
|
}))
|
||||||
|
|||||||
Reference in New Issue
Block a user