fuliqi
2025-01-03 c0dbad4a36e79763e0e1a4ed70657aaf3ff8722e
1
2
3
4
5
6
7
 
<div ng-controller="FlowableOrderingCtrl">
    <select ng-model="property.value" ng-change="orderingChanged()">
        <option>Parallel</option>
        <option>Sequential</option>
    </select>
</div>