zxl
2025-11-28 24debb9a2f51c315a2b36d629bfc9961dfd0f958
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>