wzj-vue/public/static/flowable-modeler/editor-app/configuration/properties/planitem-dropdown-write-template.html

5 lines
206 B
HTML

<div ng-controller="FlowablePlanItemDropdownCtrl">
<select ng-model="property.value" ng-options="planItem as planItem.name for planItem in planItems" ng-change="planItemChanged()">
</select>
</div>