xiangpei
2025-01-21 9daa04779f76b91a4d806bef88c19d13637d1c58
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>