Commit f188e0d4 authored by Aron Carroll's avatar Aron Carroll

Merge pull request #1461 from hypothesis/1455-refresh-viewer-immediately

Immediately refresh viewer for live-updates
parents c44b92c1 fe6f0336
......@@ -77,6 +77,7 @@ class App
$rootScope.annotations.push annotation if not inRootScope(annotation)
else
$rootScope.annotations.push annotation if not inRootScope(annotation)
$scope.$digest()
when 'update'
plugins.Store._onLoadAnnotations data
......
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