mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
added @ngInject
This commit is contained in:
parent
c7cd754a94
commit
5f67d4268d
@ -17,6 +17,7 @@ export class ValueSelectDropdownCtrl {
|
||||
hide: any;
|
||||
onUpdated: any;
|
||||
|
||||
/** @ngInject */
|
||||
constructor(private $q) {}
|
||||
|
||||
show() {
|
||||
@ -236,6 +237,7 @@ export class ValueSelectDropdownCtrl {
|
||||
}
|
||||
}
|
||||
|
||||
/** @ngInject */
|
||||
export function valueSelectDropdown($compile, $window, $timeout, $rootScope) {
|
||||
return {
|
||||
scope: { variable: '=', onUpdated: '&' },
|
||||
|
Loading…
Reference in New Issue
Block a user