summaryrefslogtreecommitdiff
path: root/www/js/app.js
diff options
context:
space:
mode:
authorArjun Roychowdhury <pliablepixels@gmail.com>2015-10-08 12:20:05 -0400
committerArjun Roychowdhury <pliablepixels@gmail.com>2015-10-08 12:20:05 -0400
commita5e032c1d38152644ffabead6536dd14b0433119 (patch)
treefab0aaac9947767a72a7ec2d256ec7828dce4d93 /www/js/app.js
parente333d3adee02f3fe417c01234654163d51abec60 (diff)
cleaned up and simplified websocket connection handling
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;