zxl
2025-02-27 1fb4b09dcc8679beb8a3389197670c165ff9056b
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>