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

This commit is contained in:
Torkel Ödegaard 2018-01-15 09:04:54 +01:00
parent dff66559e4
commit 270db4da8b

View File

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