fix(dashboard): fixed issue triggering refresh after leaving fullscreen/edit mode with time range change

This commit is contained in:
Torkel Ödegaard
2016-06-21 17:21:45 +02:00
parent 302ad5f1f9
commit f23d72001d

View File

@@ -71,7 +71,6 @@ export class DashboardCtrl {
};
$scope.broadcastRefresh = function() {
$rootScope.performance.panelsRendered = 0;
$rootScope.$broadcast('refresh');
};