mirror of
https://github.com/Threnklyn/MinecraftChat.git
synced 2026-06-13 17:43:31 +02:00
Chat formatting
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<div id="buffer" ng-controller="bufferController"></div>
|
||||
|
||||
<form>
|
||||
<form ng-submit="send()" ng-controller="chatController">
|
||||
<div id="chat">
|
||||
<input type="text" ng-model="chat" placeholder="Type to chat...">
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user