Commit bcc462da authored by Ujvari Gergely's avatar Ujvari Gergely

Remove one superfluous $digest call from .on 'click' bucket.

It calls annotator.showViewer() which calls updateViewer() which already has a $rootScope.$digest() call.
parent 43346c0a
......@@ -95,7 +95,6 @@ class App
dynamicBucket = false
$location.search({'id' : null })
annotator.showViewer heatmap.buckets[bucket]
$scope.$digest()
$scope.$watch 'sheet.collapsed', (newValue) ->
$scope.sheet.tab = if newValue then null else 'login'
......
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