going back to $rootScope.$broadcast (#14784)

This commit is contained in:
Peter Pisljar 2017-11-06 17:19:03 +01:00 committed by ppisljar
parent 743706e55c
commit 02d6566632

View file

@ -204,7 +204,7 @@ uiModules
$scope.$watch('vis.initialized', $scope.fetch);
$scope.fetch();
$scope.$emit('ready:vis');
$scope.$root.$broadcast('ready:vis');
}
};
});