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/http-request-method-propert...

8 lines
270 B

<div ng-controller="FlowableHttpRequestMethodCtrl">
<select ng-model="property.value" ng-change="httpRequestMethodChanged()">
<option>GET</option>
<option>POST</option>
<option>PUT</option>
<option>DELETE</option>
</select>
</div>