Skip to content

Commit

Permalink
fix(library): Fixed associations bug
Browse files Browse the repository at this point in the history
Now works with the stricter API introduced in
6eb2e04
  • Loading branch information
atruskie committed Sep 13, 2016
1 parent a2e9833 commit 035d2a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/annotationLibrary/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,8 @@ angular
// modify annotations by reference
annotations.forEach(annotation => {
annotationToTagLinker(annotation, {
Tag: tagLookup
Tag: tagLookup,
Tagging: new Map()
});

annotation.urls.tagSearch = createFilterUrl({
Expand Down

0 comments on commit 035d2a8

Please sign in to comment.