fuliqi
2025-02-11 f7a2b2f9f3ae8e13ed9e7d7265bb234b30d142ca
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>