diff options
author | Emmanuel ROHEE <erohee@amdocs.com> | 2014-08-27 15:09:16 +0200 |
---|---|---|
committer | Emmanuel ROHEE <erohee@amdocs.com> | 2014-08-27 15:55:51 +0200 |
commit | 308c9273fadefd072f157620225515eb7395633d (patch) | |
tree | beced39a06cbe836b028ccc73f211aa636d49a22 /webclient/app.js | |
parent | Moved assignRoomAliases into a central piece: matrixService for now (diff) | |
download | synapse-308c9273fadefd072f157620225515eb7395633d.tar.xz |
Moved recents things into a separate (and reusable) controler
Diffstat (limited to 'webclient/app.js')
-rw-r--r-- | webclient/app.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webclient/app.js b/webclient/app.js index 6cd50c5e54..1d5503ebc0 100644 --- a/webclient/app.js +++ b/webclient/app.js @@ -20,6 +20,7 @@ var matrixWebClient = angular.module('matrixWebClient', [ 'LoginController', 'RoomController', 'HomeController', + 'RecentsController', 'SettingsController', 'UserController', 'matrixService', |