Moved recents things into a separate (and reusable) controler

This commit is contained in:
Emmanuel ROHEE 2014-08-27 15:09:16 +02:00
parent c67cac134f
commit 308c9273fa
6 changed files with 126 additions and 117 deletions

View file

@ -20,6 +20,7 @@ var matrixWebClient = angular.module('matrixWebClient', [
'LoginController',
'RoomController',
'HomeController',
'RecentsController',
'SettingsController',
'UserController',
'matrixService',