xiangpei
2024-11-30 a4c0d9c57dcbc02867bd6f8ca6fd455412605702
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>