xiangpei
2024-11-22 1ce2bb9038b16d0e59e7eb50f8aefcea2619b226
1
2
3
4
<div ng-controller="FlowableFormReferenceDisplayCtrl">
    <span ng-if="property.value && property.value.id">{{form.name}}</span>
    <span ng-if="!property.value || !property.value.id" translate>PROPERTY.FORMREFERENCE.EMPTY</span>
</div>