summaryrefslogtreecommitdiff
path: root/www/js/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/app.js')
-rw-r--r--www/js/app.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/js/app.js b/www/js/app.js
index c4ad9300..c9918312 100644
--- a/www/js/app.js
+++ b/www/js/app.js
@@ -474,6 +474,7 @@ angular.module('zmApp', [
//console.log ("HERE");
ZMDataModel.init();
+ EventServer.init();
// for making sure we canuse $state.go with ng-click
// needed for views that use popovers
$rootScope.$state = $state;