portainer--portainer
11 行
216 B
JavaScript
11 行
216 B
JavaScript
export default class OptionPanelController {
|
|
/* @ngInject */
|
|
constructor() {
|
|
this.switchPruneService = this.switchPruneService.bind(this);
|
|
}
|
|
|
|
switchPruneService() {
|
|
this.onChange(this.ngModel);
|
|
}
|
|
}
|