mirror of
https://gitee.com/JavaLionLi/plus-ui.git
synced 2026-09-15 08:25:10 +08:00
5 lines
233 B
HTML
5 lines
233 B
HTML
<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>
|