Cleaned ng dependencies

paul/schema_breaking_changes
Emmanuel ROHEE 2014-08-27 14:35:40 +02:00
parent b1352f97ac
commit 43242a0657
1 changed files with 3 additions and 3 deletions

View File

@ -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 = {};