Commit 270db4da by Torkel Ödegaard

fix: share snapshot controller was missing ngInject comment, fixes #10511

parent dff66559
...@@ -2,6 +2,7 @@ import angular from 'angular'; ...@@ -2,6 +2,7 @@ import angular from 'angular';
import _ from 'lodash'; import _ from 'lodash';
export class ShareSnapshotCtrl { export class ShareSnapshotCtrl {
/** @ngInject **/
constructor($scope, $rootScope, $location, backendSrv, $timeout, timeSrv) { constructor($scope, $rootScope, $location, backendSrv, $timeout, timeSrv) {
$scope.snapshot = { $scope.snapshot = {
name: $scope.dashboard.title, name: $scope.dashboard.title,
......
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