mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix(submenu): added ngInject comment to dashboard submenu
This commit is contained in:
parent
1979143e7c
commit
5f5fcc0e04
@ -7,6 +7,7 @@ export class SubmenuCtrl {
|
|||||||
variables: any;
|
variables: any;
|
||||||
dashboard: any;
|
dashboard: any;
|
||||||
|
|
||||||
|
/** @ngInject */
|
||||||
constructor(private $rootScope, private templateValuesSrv, private dynamicDashboardSrv) {
|
constructor(private $rootScope, private templateValuesSrv, private dynamicDashboardSrv) {
|
||||||
this.annotations = this.dashboard.templating.list;
|
this.annotations = this.dashboard.templating.list;
|
||||||
this.variables = this.dashboard.templating.list;
|
this.variables = this.dashboard.templating.list;
|
||||||
|
Loading…
Reference in New Issue
Block a user