Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -114,7 +114,7 @@ export default function EventRowDirective($compile, $templateCache, $mdDialog, $ |
114 | 114 | }); |
115 | 115 | break; |
116 | 116 | default: |
117 | - content = entityService.getEntity(scope.event.edgeEventType, scope.event.entityId, {ignoreLoading: true, ignoreErrors: true}).then( | |
117 | + content = entityService.getEntity(scope.event.edgeEventType, scope.event.entityId, {ignoreErrors: true}).then( | |
118 | 118 | function success(info) { |
119 | 119 | showDialog(); |
120 | 120 | return angular.toJson(info); | ... | ... |