Chat works

This commit is contained in:
Garry Newman
2016-04-29 19:44:37 +01:00
parent 8db1528ae5
commit 1ce541e2b0
4 changed files with 24 additions and 12 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<div ng-controller="ChatController" id="ChatController">
<div id="vertical-container" style="height: 600px" class="Output scrollable"><div ng-repeat="line in Output" ng-class="line.Class">{{line.Message}}</div></div>
<div id="vertical-container" style="height: 600px" class="Output scrollable"><div ng-repeat="line in Output" ng-class="line.Class"><span class="chatname"><a href="#/{{address}}/player/{{line.UserId}}/" style="color: {{line.Color}}">{{line.Username}}</a>:</span> {{line.Message}}</div></div>
<form ng-submit="SubmitCommand()" class="md-inline-form">
<div>