mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-28 18:20:42 +00:00
chore: fix weird double inject
This commit is contained in:
parent
703a9fd1b1
commit
87e5fcef4d
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
|||
'use strict';
|
||||
|
||||
class DistractionListCtrl {
|
||||
/* @ngInject */
|
||||
/* We dont use it here since it somehow get's injected twice then @XXXngInject */
|
||||
constructor($rootScope) {
|
||||
this.r = $rootScope.r;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue