3 lines
104 B
HTML
Raw Normal View History

<span ng-if="!property.noValue">{{property.value}}</span>
<span ng-if="property.noValue">default</span>