Commit 722c8b7e authored by Randall Leeds's avatar Randall Leeds

(whitespace) long lines and injection alignment

parent a53d252c
......@@ -254,8 +254,14 @@ class AppController
class AnnotationViewerController
this.$inject = ['$location', '$routeParams', '$scope', 'annotator', 'streamer', 'streamfilter']
constructor: ($location, $routeParams, $scope, annotator, streamer, streamfilter) ->
this.$inject = [
'$location', '$routeParams', '$scope',
'annotator', 'streamer', 'streamfilter'
]
constructor: (
$location, $routeParams, $scope,
annotator, streamer, streamfilter
) ->
# Tells the view that these annotations are standalone
$scope.isEmbedded = false
$scope.isStream = false
......
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