summary refs log tree commit diff
path: root/webclient/home
diff options
context:
space:
mode:
authorEmmanuel ROHEE <erohee@amdocs.com>2014-08-28 11:14:36 +0200
committerEmmanuel ROHEE <erohee@amdocs.com>2014-08-28 16:23:30 +0200
commit466fbe4c4e034125b9db6f859387ce1141efe425 (patch)
treecc2b78ada5dfc75791a9aef2ccaca204b25fac7d /webclient/home
parentSupport multiple login flows when deciding how to login. Updated cmdclient an... (diff)
downloadsynapse-466fbe4c4e034125b9db6f859387ce1141efe425.tar.xz
Cleaned up deps
Diffstat (limited to 'webclient/home')
-rw-r--r--webclient/home/home-controller.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/webclient/home/home-controller.js b/webclient/home/home-controller.js
index 62f6ef2d95..008dff7422 100644
--- a/webclient/home/home-controller.js
+++ b/webclient/home/home-controller.js
@@ -17,8 +17,8 @@ limitations under the License.
 'use strict';
 
 angular.module('HomeController', ['matrixService', 'eventHandlerService', 'RecentsController'])
-.controller('HomeController', ['$scope', '$location', 'matrixService', 'eventHandlerService', 'eventStreamService', 
-                               function($scope, $location, matrixService, eventHandlerService, eventStreamService) {
+.controller('HomeController', ['$scope', '$location', 'matrixService', 
+                               function($scope, $location, matrixService) {
 
     $scope.config = matrixService.config();
     $scope.public_rooms = [];