Commit 732bc59d authored by Aron Carroll's avatar Aron Carroll

Replace annotator with annotationMapper

parent daa64411
......@@ -24,7 +24,7 @@ class StreamSearchController
searchParams = searchfilter.toObject $scope.search.query
query = angular.extend limit: 10, searchParams
store.SearchResource.get query, ({rows}) ->
annotator.loadAnnotations(rows)
annotationMapper.loadAnnotations(rows)
$scope.isEmbedded = false
$scope.isStream = true
......
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