zxl
2025-03-21 c4ab6a24d2825f11a0de0f165667dc533c458a01
1
2
3
4
 
<span ng-if="!property.noValue">{{property.value.name|limitTo:20}}</span>
<span ng-if="!property.noValue && property.value != null && property.value.name.length > 20">...</span>
<span ng-if="property.noValue" translate>PROPERTY.EMPTY</span>