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

Remove unused injections

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