mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-12-15 17:38:48 -05:00
Moved mRoomName filter into matrix-filter.js, a place for all generic filters using Matrix data.
This commit is contained in:
parent
eb7d7ce354
commit
7346ea85c0
7 changed files with 106 additions and 86 deletions
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
'use strict';
|
||||
|
||||
angular.module('RecentsController', ['matrixService', 'eventHandlerService'])
|
||||
angular.module('RecentsController', ['matrixService', 'matrixFilter', 'eventHandlerService'])
|
||||
.controller('RecentsController', ['$scope', 'matrixService', 'eventHandlerService',
|
||||
function($scope, matrixService, eventHandlerService) {
|
||||
$scope.rooms = {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue