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:
@@ -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