Commit 5f5fcc0e by Torkel Ödegaard

fix(submenu): added ngInject comment to dashboard submenu

parent 1979143e
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment