From 5b817ecd44ac5672da2042bb72ba8cf6e8d911f1 Mon Sep 17 00:00:00 2001 From: Kegan Dougal Date: Fri, 15 Aug 2014 17:42:02 +0100 Subject: Added infinite scrolling. It's sliiiightly buggy in that it jumps down the list a bit, but it is overall working pretty well. Added ng-infinite-scroll-matrix.js and jquery-1.8.3 as deps. --- webclient/room/room.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'webclient/room/room.html') diff --git a/webclient/room/room.html b/webclient/room/room.html index 93917071d9..e2a4c221c6 100644 --- a/webclient/room/room.html +++ b/webclient/room/room.html @@ -20,9 +20,9 @@ -
- - +
+
+
{{ members[msg.user_id].displayname || msg.user_id }}
{{ msg.content.hsob_ts | date:'MMM d HH:mm:ss' }}
-- cgit 1.4.1