Remove unused injection.
This commit is contained in:
parent
f374815371
commit
f484833380
@ -4,12 +4,4 @@ export const ScheduleListState = {
|
|||||||
name: 'scheduler',
|
name: 'scheduler',
|
||||||
url: '/account/:accountId/scheduler',
|
url: '/account/:accountId/scheduler',
|
||||||
component: 'scheduleListComponent',
|
component: 'scheduleListComponent',
|
||||||
resolve: {
|
|
||||||
accountId: function($transition$) {
|
|
||||||
return $transition$.params().accountId;
|
|
||||||
},
|
|
||||||
$modal: function($modal) {
|
|
||||||
return $modal;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user