Showing
1 changed file
with
1 additions
and
1 deletions
@@ -114,7 +114,7 @@ export default function EventRowDirective($compile, $templateCache, $mdDialog, $ | @@ -114,7 +114,7 @@ export default function EventRowDirective($compile, $templateCache, $mdDialog, $ | ||
114 | }); | 114 | }); |
115 | break; | 115 | break; |
116 | default: | 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 | function success(info) { | 118 | function success(info) { |
119 | showDialog(); | 119 | showDialog(); |
120 | return angular.toJson(info); | 120 | return angular.toJson(info); |