diff options
author | Emmanuel ROHEE <erohee@amdocs.com> | 2014-08-27 14:35:40 +0200 |
---|---|---|
committer | Emmanuel ROHEE <erohee@amdocs.com> | 2014-08-27 15:55:51 +0200 |
commit | 43242a0657384ffb4171f6b677fef34988f72772 (patch) | |
tree | 02195f65505a97d8579d835ca811de08d94da074 /webclient | |
parent | home/recents: show the last message of each message (diff) | |
download | synapse-43242a0657384ffb4171f6b677fef34988f72772.tar.xz |
Cleaned ng dependencies
Diffstat (limited to 'webclient')
-rw-r--r-- | webclient/home/home-controller.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/webclient/home/home-controller.js b/webclient/home/home-controller.js index f0c2ccea2f..f882801e76 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 = {}; |