mirror of
https://github.com/arnaucube/socketioMEANseed.git
synced 2026-02-07 03:36:47 +01:00
init
This commit is contained in:
9
www/chat/chat.html
Normal file
9
www/chat/chat.html
Normal file
@@ -0,0 +1,9 @@
|
||||
a
|
||||
<ul id="messages">
|
||||
<li ng-repeat="msg in msgs track by $index">
|
||||
{{msg}}
|
||||
</li>
|
||||
</ul>
|
||||
<form>
|
||||
<input id="m" ng-model="msg.text" /><button ng-click="send()">Send</button>
|
||||
</form>
|
||||
Reference in New Issue
Block a user