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

pull/10517/head
Torkel Ödegaard 7 years ago
parent dff66559e4
commit 270db4da8b
  1. 1
      public/app/features/dashboard/share_snapshot_ctrl.ts

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

Loading…
Cancel
Save