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;
|
hide: any;
|
||||||
onUpdated: any;
|
onUpdated: any;
|
||||||
|
|
||||||
|
/** @ngInject */
|
||||||
constructor(private $q) {}
|
constructor(private $q) {}
|
||||||
|
|
||||||
show() {
|
show() {
|
||||||
@ -236,6 +237,7 @@ export class ValueSelectDropdownCtrl {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** @ngInject */
|
||||||
export function valueSelectDropdown($compile, $window, $timeout, $rootScope) {
|
export function valueSelectDropdown($compile, $window, $timeout, $rootScope) {
|
||||||
return {
|
return {
|
||||||
scope: { variable: '=', onUpdated: '&' },
|
scope: { variable: '=', onUpdated: '&' },
|
||||||
|
Loading…
Reference in New Issue
Block a user