xiangpei
2024-12-06 62036cc09bbe5346868b98fcc373910b55da08b9
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>