mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-04 11:14:49 -04:00
Cleaned up deps
This commit is contained in:
parent
8d7d251c35
commit
466fbe4c4e
3 changed files with 6 additions and 6 deletions
|
@ -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 = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue