update comments
This commit is contained in:
@@ -5,10 +5,8 @@
|
||||
|
||||
<p class="text">{{entry.text}}</p>
|
||||
|
||||
<ui-commentform [target]="entry.id" [change]="boundReplyCallback"></ui-commentform>
|
||||
<ui-commentform [target]="entry.id" (replyCommentEvent)="replyCallback($event)"></ui-commentform>
|
||||
|
||||
<ng-container *ngIf="entry.metadata.comments">
|
||||
<ui-comments [target]="entry.id"></ui-comments>
|
||||
</ng-container>
|
||||
<ui-comments #comments [target]="entry.id"></ui-comments>
|
||||
</ng-container>
|
||||
</div>
|
||||
Reference in New Issue
Block a user