diff options
author | David Baker <dbkr@matrix.org> | 2014-08-29 11:33:36 +0100 |
---|---|---|
committer | David Baker <dbkr@matrix.org> | 2014-08-29 11:33:36 +0100 |
commit | 171d8b032f9494fcfe720ec66ebb807bfb3b1de5 (patch) | |
tree | 4826e8cf9fef892e78f9418e8c0bae0149a8b9fd /webclient/app.js | |
parent | Cleaned up ng deps. By convention, angular modules must be listed at first (diff) | |
parent | More basic functionality for voip calls (like hanging up) (diff) | |
download | synapse-171d8b032f9494fcfe720ec66ebb807bfb3b1de5.tar.xz |
Merge branch 'voip' into develop
Conflicts: webclient/room/room-controller.js
Diffstat (limited to 'webclient/app.js')
-rw-r--r-- | webclient/app.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/webclient/app.js b/webclient/app.js index 2d6624ceec..02695c3ae6 100644 --- a/webclient/app.js +++ b/webclient/app.js @@ -24,6 +24,8 @@ var matrixWebClient = angular.module('matrixWebClient', [ 'SettingsController', 'UserController', 'matrixService', + 'matrixPhoneService', + 'MatrixCall', 'eventStreamService', 'eventHandlerService', 'infinite-scroll' |