bug
luohairen
2024-11-26 72f23fdaa41840a6bce99c7c693ba4d13882825b
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>