You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ocr/htmlweb/modeler/editor-app/configuration/properties/planitem-dropdown-write-tem...

5 lines
206 B

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