Commit 11349f4d authored by csillag's avatar csillag

Fix formatting

parent 6a043511
......@@ -445,12 +445,14 @@ class App
class Annotation
this.$inject = [
'$element', '$location', '$rootScope', '$sce', '$scope', '$timeout', '$window',
'$element', '$location', '$rootScope', '$sce', '$scope', '$timeout',
'$window',
'annotator', 'baseURI', 'drafts'
]
constructor: (
$element, $location, $rootScope, $sce, $scope, $timeout, $window,
annotator, baseURI, drafts
$element, $location, $rootScope, $sce, $scope, $timeout,
$window,
annotator, baseURI, drafts
) ->
threading = annotator.threading
$scope.action = 'create'
......
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