bug
xiangpei
2025-02-19 883987ed1c165ccf0fbfc54f228ca65b4e6fc2b9
1
2
3
4
 
<span ng-if="!property.noValue">{{property.value|limitTo:20}}</span>
<span ng-if="!property.noValue && property.value != null && property.value.length > 20">...</span>
<span ng-if="property.noValue" translate>PROPERTY.EMPTY</span>