anonymousland-synapse/webclient/room
Kegan Dougal a7420ff2b5 Fix SYWEB-72 : Improve performance when typing.
Swapped ng-keydown to a directive, which does the same thing (check if up/down
arrow then call history.goUp/goDown). This has *dramatically* improved
performance when typing in rooms which have lots (>100) of messages loaded.
2014-09-23 16:56:54 +01:00
..
room-controller.js remove the ng-model attribute from mainInput textarea to stop the digest being run every time you press a key (SYWEB-4) 2014-09-20 00:49:45 +01:00
room-directive.js Fix SYWEB-72 : Improve performance when typing. 2014-09-23 16:56:54 +01:00
room.html Fix SYWEB-72 : Improve performance when typing. 2014-09-23 16:56:54 +01:00