fix(submenu): added ngInject comment to dashboard submenu
This commit is contained in:
@@ -7,6 +7,7 @@ export class SubmenuCtrl {
|
||||
variables: any;
|
||||
dashboard: any;
|
||||
|
||||
/** @ngInject */
|
||||
constructor(private $rootScope, private templateValuesSrv, private dynamicDashboardSrv) {
|
||||
this.annotations = this.dashboard.templating.list;
|
||||
this.variables = this.dashboard.templating.list;
|
||||
|
||||
Reference in New Issue
Block a user