chore: fix weird double inject

This commit is contained in:
Johannes Millan 2018-03-26 20:53:32 +02:00
parent 703a9fd1b1
commit 87e5fcef4d

View file

@ -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;
}