From ac2a17707037438015560265c1267f6665f5bbd2 Mon Sep 17 00:00:00 2001 From: Kegan Dougal Date: Fri, 31 Oct 2014 11:20:07 +0000 Subject: Add notification-service.js to handle binging/notifications. Shift logic to this service. --- webclient/app.js | 1 + 1 file changed, 1 insertion(+) (limited to 'webclient/app.js') diff --git a/webclient/app.js b/webclient/app.js index 8d9b662ee9..c091f8c6cf 100644 --- a/webclient/app.js +++ b/webclient/app.js @@ -30,6 +30,7 @@ var matrixWebClient = angular.module('matrixWebClient', [ 'MatrixCall', 'eventStreamService', 'eventHandlerService', + 'notificationService', 'infinite-scroll', 'ui.bootstrap', 'monospaced.elastic' -- cgit 1.5.1