@openveo/publish
Version:
OpenVeo video publication plugin
4 lines (3 loc) • 360 B
HTML
<span ng-if="entities.type && entities.type == 'category' && row[entities.key]">{{row[entities.key] | category}}</span>
<span ng-if="entities.type && entities.type == 'status'" ng-bind-html="row[entities.key] | status:row.errorCode"></span>
<span ng-if="entities.type && entities.type == 'multisources'" ng-bind-html="row[entities.key] | multisources"></span>