summary refs log tree commit diff
path: root/webclient/app.js
diff options
context:
space:
mode:
authorDavid Baker <dbkr@matrix.org>2014-08-29 11:33:36 +0100
committerDavid Baker <dbkr@matrix.org>2014-08-29 11:33:36 +0100
commit171d8b032f9494fcfe720ec66ebb807bfb3b1de5 (patch)
tree4826e8cf9fef892e78f9418e8c0bae0149a8b9fd /webclient/app.js
parentCleaned up ng deps. By convention, angular modules must be listed at first (diff)
parentMore basic functionality for voip calls (like hanging up) (diff)
downloadsynapse-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.js2
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'