Commit 48cced2d0c5a89fabe2d249701d4e95f40d2ba95

Authored by deaflynx
1 parent 0961c24a

Minor code fix

... ... @@ -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);
... ...