Rename component.
This commit is contained in:
@ -34,7 +34,7 @@ import uiRouter from '@uirouter/angularjs';
|
||||
|
||||
var schedulerTmpl = require('./scheduler.html');
|
||||
|
||||
import { ScheduleComponent } from './schedule.component';
|
||||
import { ScheduleListComponent } from './scheduleList.component';
|
||||
import { ScheduleService } from './schedule.service';
|
||||
|
||||
export default angular.module('accountant.scheduler', [
|
||||
@ -62,8 +62,8 @@ export default angular.module('accountant.scheduler', [
|
||||
|
||||
.factory('scheduleService', downgradeInjectable(ScheduleService))
|
||||
|
||||
.directive('scheduleComponent', downgradeComponent({
|
||||
component: ScheduleComponent
|
||||
.directive('scheduleListComponent', downgradeComponent({
|
||||
component: ScheduleListComponent
|
||||
}))
|
||||
|
||||
.run(function($transitions, accountIdService) {
|
||||
|
Reference in New Issue
Block a user