added chat table

This commit is contained in:
chsakell
2016-10-03 16:30:49 +03:00
parent df79d53626
commit 2b7a82666b
9 changed files with 119 additions and 17 deletions

View File

@@ -28,8 +28,8 @@
</td>
</tr>
<tr *ngIf="subscribed">
<td><button type="button" class="btn btn-default btn-md">Send</button></td>
<td><input type="text" class="form-control" placeholder="Type message.." /></td>
<td><button type="button" class="btn btn-default btn-md" (click)="addChatMessage()">Send</button></td>
<td><input type="text" class="form-control" placeholder="Type message.." [(ngModel)]="chatMessage" /></td>
</tr>
<tr>
<td colspan="2">