Commit 4faeae9c authored by Randall Leeds's avatar Randall Leeds

Remove unused injection

parent 8dcfd66b
......@@ -7,11 +7,11 @@ class App
tab: null
this.$inject = [
'$compile', '$element', '$http', '$location', '$scope', '$timeout',
'$element', '$http', '$location', '$scope', '$timeout',
'annotator', 'authentication', 'drafts', 'flash'
]
constructor: (
$compile, $element, $http, $location, $scope, $timeout
$element, $http, $location, $scope, $timeout
annotator, authentication, drafts, flash
) ->
{plugins, provider} = annotator
......
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