luohairen
2024-11-26 3832f51c8d596645d8f24f385a72e5c5d448a751
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>