mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
added jsdoc-format rule and fixed files that didn't follow new rule (#13107)
This commit is contained in:
committed by
Torkel Ödegaard
parent
944c1da27b
commit
abbb6f933c
@@ -2,7 +2,7 @@ import angular from 'angular';
|
||||
import _ from 'lodash';
|
||||
|
||||
export class ShareSnapshotCtrl {
|
||||
/** @ngInject **/
|
||||
/** @ngInject */
|
||||
constructor($scope, $rootScope, $location, backendSrv, $timeout, timeSrv) {
|
||||
$scope.snapshot = {
|
||||
name: $scope.dashboard.title,
|
||||
|
||||
Reference in New Issue
Block a user