diff options
author | Kegan Dougal <kegan@matrix.org> | 2014-10-31 14:26:51 +0000 |
---|---|---|
committer | Kegan Dougal <kegan@matrix.org> | 2014-10-31 14:26:51 +0000 |
commit | 2aa79f4fbe64b8fe88dae5414cc7f81a851fbb23 (patch) | |
tree | 57699e1cbb4fac6eac0fb13cc2de7d820473da4d /webclient/app.js | |
parent | SYWEB-102: Fix desktop notification msg when a user with no display name join... (diff) | |
download | synapse-2aa79f4fbe64b8fe88dae5414cc7f81a851fbb23.tar.xz |
Added model-service.js to store model data.
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' |