condition-expression-display-template.html 173 B

12
  1. <span ng-if="property.value">{{property.value|limitTo:20}}</span>
  2. <span ng-if="!property.value">{{'PROPERTY.SEQUENCEFLOW.CONDITION.NO-CONDITION-DISPLAY' | translate}}</span>