Commit 11349f4d authored by csillag's avatar csillag

Fix formatting

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