fix(submenu): added ngInject comment to dashboard submenu

This commit is contained in:
Torkel Ödegaard 2016-01-20 11:57:56 +01:00
parent 1979143e7c
commit 5f5fcc0e04

View File

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