mirror of
https://github.com/getredash/redash.git
synced 2026-05-09 21:02:27 -04:00
By using setInterval & $scope.$digest instead of $timeout which uses $scope.$apply, which in turn calls $rootScope.$digest.
By using setInterval & $scope.$digest instead of $timeout which uses $scope.$apply, which in turn calls $rootScope.$digest.