Commit 7b5060fc81973a5d78971ce8e94298659c1279c0
1 parent
1aa834cc
Removed 2 scope.loadEdgeInfo() lines
Showing
1 changed file
with
0 additions
and
2 deletions
@@ -112,7 +112,6 @@ export default function EventTableDirective($compile, $templateCache, $rootScope | @@ -112,7 +112,6 @@ export default function EventTableDirective($compile, $templateCache, $rootScope | ||
112 | scope.eventType, scope.tenantId, scope.events.nextPageLink); | 112 | scope.eventType, scope.tenantId, scope.events.nextPageLink); |
113 | } else { | 113 | } else { |
114 | promise = edgeService.getEdgeEvents(scope.entityId, scope.events.nextPageLink); | 114 | promise = edgeService.getEdgeEvents(scope.entityId, scope.events.nextPageLink); |
115 | - scope.loadEdgeInfo(); | ||
116 | } | 115 | } |
117 | if (promise) { | 116 | if (promise) { |
118 | scope.events.pending = true; | 117 | scope.events.pending = true; |
@@ -142,7 +141,6 @@ export default function EventTableDirective($compile, $templateCache, $rootScope | @@ -142,7 +141,6 @@ export default function EventTableDirective($compile, $templateCache, $rootScope | ||
142 | 141 | ||
143 | scope.$watch("entityId", function(newVal, prevVal) { | 142 | scope.$watch("entityId", function(newVal, prevVal) { |
144 | if (newVal && !angular.equals(newVal, prevVal)) { | 143 | if (newVal && !angular.equals(newVal, prevVal)) { |
145 | - scope.loadEdgeInfo(); | ||
146 | scope.resetFilter(); | 144 | scope.resetFilter(); |
147 | scope.reload(); | 145 | scope.reload(); |
148 | } | 146 | } |