luohairen
2024-12-04 fc6b946b1020ddff4fe2b01c9e439680cbda6b47
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>