Commit 6d75a680 authored by Randall Leeds's avatar Randall Leeds

Remove unused injection

parent 5f1853a5
class AppController
this.$inject = [
'$location', '$route', '$scope', '$timeout', '$window',
'$location', '$route', '$scope', '$window',
'annotator', 'auth', 'documentHelpers', 'drafts', 'identity',
'permissions', 'streamer', 'streamfilter'
]
constructor: (
$location, $route, $scope, $timeout, $window,
$location, $route, $scope, $window,
annotator, auth, documentHelpers, drafts, identity,
permissions, streamer, streamfilter,
......
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