zxl
2025-02-22 af75ed87135a0f349886197a8233fb97ad5d92ce
1
2
3
4
5
6
7
 
<div ng-controller="FlowableTriggerModeCtrl">
    <select ng-model="property.value" ng-change="triggerModeChanged()">
        <option>default</option>
        <option>onEvent</option>
    </select>
</div>