mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-11-12 16:06:36 -05: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 @@
|
|||
'use strict';
|
||||
|
||||
angular.module('RecentsController', ['matrixService', 'eventHandlerService'])
|
||||
.controller('RecentsController', ['$scope', 'matrixService', 'eventHandlerService', 'eventStreamService',
|
||||
function($scope, matrixService, eventHandlerService, eventStreamService) {
|
||||
.controller('RecentsController', ['$scope', 'matrixService', 'eventHandlerService',
|
||||
function($scope, matrixService, eventHandlerService) {
|
||||
$scope.rooms = {};
|
||||
|
||||
// $scope of the parent where the recents component is included can override this value
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue