forked from EVOgeek/Vmeda.Online
MOBILE-2693 data: Display URLs instead of the field name
This commit is contained in:
parent
0d646e738e
commit
44d782680f
@ -4,4 +4,4 @@
|
||||
<core-input-errors *ngIf="error && mode == 'edit'" [control]="form.controls['f_'+field.id]" [errorText]="error"></core-input-errors>
|
||||
</span>
|
||||
|
||||
<a *ngIf="isShowOrListMode() && value && value.content" [href]="value.content" core-link capture="true">{{field.name}}</a>
|
||||
<a *ngIf="isShowOrListMode() && value && value.content" [href]="value.content" core-link capture="true">{{value.content}}</a>
|
Loading…
x
Reference in New Issue
Block a user