summary refs log tree commit diff
path: root/webclient/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'webclient/app.js')
-rw-r--r--webclient/app.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/webclient/app.js b/webclient/app.js
index 0b613fa206..547431d9b2 100644
--- a/webclient/app.js
+++ b/webclient/app.js
@@ -20,7 +20,8 @@ var matrixWebClient = angular.module('matrixWebClient', [
     'LoginController',
     'RoomController',
     'RoomsController',
-    'matrixService'
+    'matrixService',
+    'eventStreamService'
 ]);
 
 matrixWebClient.config(['$routeProvider', '$provide', '$httpProvider',