项目文件夹

文件
2026-07-13 12:08:39 +08:00

11 行
216 B
JavaScript

export default class OptionPanelController {
/* @ngInject */
constructor() {
this.switchPruneService = this.switchPruneService.bind(this);
}
switchPruneService() {
this.onChange(this.ngModel);
}
}