This commit is contained in:
Akita Noek
2016-06-01 12:12:45 -04:00
parent c6ec38c621
commit 4f20ffb328

View File

@@ -11,7 +11,7 @@ var hostEventModal = {
url: '/task/:taskId/host-event/:eventId', url: '/task/:taskId/host-event/:eventId',
controller: 'HostEventController', controller: 'HostEventController',
templateUrl: templateUrl('job-detail/host-event/host-event-modal'), templateUrl: templateUrl('job-detail/host-event/host-event-modal'),
abtract: true, 'abstract': true,
resolve: { resolve: {
hostEvent: ['JobDetailService','$stateParams', function(JobDetailService, $stateParams) { hostEvent: ['JobDetailService','$stateParams', function(JobDetailService, $stateParams) {
return JobDetailService.getRelatedJobEvents($stateParams.id, { return JobDetailService.getRelatedJobEvents($stateParams.id, {