From 43242a0657384ffb4171f6b677fef34988f72772 Mon Sep 17 00:00:00 2001 From: Emmanuel ROHEE Date: Wed, 27 Aug 2014 14:35:40 +0200 Subject: [PATCH] Cleaned ng dependencies --- webclient/home/home-controller.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/webclient/home/home-controller.js b/webclient/home/home-controller.js index f0c2ccea2..f882801e7 100644 --- a/webclient/home/home-controller.js +++ b/webclient/home/home-controller.js @@ -16,9 +16,9 @@ limitations under the License. 'use strict'; -angular.module('HomeController', ['matrixService', 'mFileInput', 'mFileUpload', 'eventHandlerService']) -.controller('HomeController', ['$scope', '$location', 'matrixService', 'mFileUpload', 'eventHandlerService', 'eventStreamService', - function($scope, $location, matrixService, mFileUpload, eventHandlerService, eventStreamService) { +angular.module('HomeController', ['matrixService', 'eventHandlerService']) +.controller('HomeController', ['$scope', '$location', 'matrixService', 'eventHandlerService', 'eventStreamService', + function($scope, $location, matrixService, eventHandlerService, eventStreamService) { $scope.config = matrixService.config(); $scope.rooms = {};