mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix: share snapshot controller was missing ngInject comment, fixes #10511
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user