summary refs log tree commit diff
path: root/webclient/app.js
diff options
context:
space:
mode:
authorKegan Dougal <kegan@matrix.org>2014-10-31 14:26:51 +0000
committerKegan Dougal <kegan@matrix.org>2014-10-31 14:26:51 +0000
commit2aa79f4fbe64b8fe88dae5414cc7f81a851fbb23 (patch)
tree57699e1cbb4fac6eac0fb13cc2de7d820473da4d /webclient/app.js
parentSYWEB-102: Fix desktop notification msg when a user with no display name join... (diff)
downloadsynapse-2aa79f4fbe64b8fe88dae5414cc7f81a851fbb23.tar.xz
Added model-service.js to store model data.
Diffstat (limited to 'webclient/app.js')
-rw-r--r--webclient/app.js1
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'