Remove unused injection.

This commit is contained in:
Alexis Lahouze 2017-07-29 23:05:38 +02:00
parent f484833380
commit 45af7791ff
1 changed files with 0 additions and 8 deletions

View File

@ -18,10 +18,6 @@ import { ScheduleFormComponent } from './scheduleForm.component';
import { ScheduleRowComponent } from './scheduleRow.component';
import { ScheduleListComponent } from './scheduleList.component';
export function $modalServiceFactory(i: any) {
return i.get('$modal');
}
export function accountIdServiceFactory(i: any) {
return i.get('accountIdService');
}
@ -40,10 +36,6 @@ export function accountIdServiceFactory(i: any) {
providers: [
ScheduleService,
{
provide: '$modal',
deps: ['$injector'],
useFactory: $modalServiceFactory
}, {
provide: 'accountIdService',
deps: ['$injector'],
useFactory: accountIdServiceFactory