Implement frontend API to manipulate next button visibility

This commit is contained in:
Kristóf Tóth
2018-03-14 18:06:37 +01:00
parent caf14f49ed
commit 82f1ed17e9
2 changed files with 14 additions and 3 deletions

View File

@ -1,7 +1,7 @@
<div class="tfw-messages-main">
<div class="tfw-grid-messages-header">
<div class="tao-grid-top-left"><span>Instructions</span></div>
<div class="tao-grid-center-right"><button class="tao-btn-rainbow">Next</button></div>
<div class="tao-grid-center-right"><button *ngIf="showNextButton" class="tao-btn-rainbow">Next</button></div>
</div>
<div class="tfw-grid-message" *ngFor="let message of messages.slice().reverse()">
<div class="tfw-grid-message-header">