fuliqi
2024-12-23 e9895d000bf722b708af01b5d89af7c0f147d31d
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>