fix for showAuthors component - modal
This commit is contained in:
parent
ec4d727aaa
commit
c5050c521f
|
@ -87,10 +87,11 @@ import {properties} from "../../../../environments/environment";
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<modal-alert #authorsModal>
|
<modal-alert #authorsModal>
|
||||||
<span *ngFor="let author of authors; let i=index"
|
<div class="uk-text-small uk-text-emphasis uk-grid uk-grid-column-collapse uk-grid-row-small" uk-grid>
|
||||||
class=" uk-text-small uk-text-emphasis">
|
<ng-container *ngFor="let author of authors; let i=index">
|
||||||
<ng-container *ngTemplateOutlet="author_template; context: { author: author, i:i}"></ng-container>
|
<ng-container *ngTemplateOutlet="author_template; context: { author: author, i:i}"></ng-container>
|
||||||
</span>
|
</ng-container>
|
||||||
|
</div>
|
||||||
</modal-alert>
|
</modal-alert>
|
||||||
`
|
`
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue