Commit 6290d3d7 authored by Randall Leeds's avatar Randall Leeds

Remove unused injections

parent a1f2b97e
...@@ -364,14 +364,8 @@ class AnnotationViewer ...@@ -364,14 +364,8 @@ class AnnotationViewer
class Viewer class Viewer
this.$inject = [ this.$inject = ['$scope', 'annotator']
'$filter', '$routeParams', '$sce', '$scope', constructor: ( $scope, annotator ) ->
'annotator', 'searchfilter', 'viewFilter'
]
constructor: (
$filter, $routeParams, $sce, $scope,
annotator, searchfilter, viewFilter
) ->
# Tells the view that these annotations are embedded into the owner doc # Tells the view that these annotations are embedded into the owner doc
$scope.isEmbedded = true $scope.isEmbedded = true
$scope.isStream = true $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