Commit 803d546c by Erik Sundell

ugly fix. will be removed later on

parent d6e7fccc
......@@ -32,7 +32,7 @@ export class StackdriverFilterCtrl {
/** @ngInject */
constructor(private $scope, private uiSegmentSrv, private templateSrv) {
this.$scope = $scope.hasOwnProperty('groupBysChanged') ? $scope : $scope.$parent;
this.$scope = $scope.labelData ? $scope : $scope.$parent;
this.initSegments(this.$scope.hideGroupBys);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment