Commit 0629b888 authored by Gerben's avatar Gerben Committed by Aron Carroll

Make angular optional in AnnotationSync

parent cab82d20
...@@ -192,4 +192,4 @@ class AnnotationSync ...@@ -192,4 +192,4 @@ class AnnotationSync
msg: @options.formatter(ann) msg: @options.formatter(ann)
} }
angular.module('h').value('AnnotationSync', AnnotationSync) angular?.module('h').value('AnnotationSync', AnnotationSync)
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