diff options
author | Kegsay <kegsay@gmail.com> | 2014-11-04 15:44:58 +0000 |
---|---|---|
committer | Kegsay <kegsay@gmail.com> | 2014-11-04 15:44:58 +0000 |
commit | 020fc15d9823c94c48fa79f2ffff7310f891a19d (patch) | |
tree | c0945f4ec2c7acbbf28a888a3d6623ee486ca714 /webclient/app.js | |
parent | Don't need this; should be on -g path. (diff) | |
parent | SYWEB-116: Implement historical display name support. (diff) | |
download | synapse-020fc15d9823c94c48fa79f2ffff7310f891a19d.tar.xz |
Merge pull request #11 from matrix-org/webclient-room-data-restructure
Webclient room data restructure
Diffstat (limited to 'webclient/app.js')
-rw-r--r-- | webclient/app.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webclient/app.js b/webclient/app.js index c091f8c6cf..17b2bb6e8f 100644 --- a/webclient/app.js +++ b/webclient/app.js @@ -31,6 +31,7 @@ var matrixWebClient = angular.module('matrixWebClient', [ 'eventStreamService', 'eventHandlerService', 'notificationService', + 'modelService', 'infinite-scroll', 'ui.bootstrap', 'monospaced.elastic' |