From a5e032c1d38152644ffabead6536dd14b0433119 Mon Sep 17 00:00:00 2001 From: Arjun Roychowdhury Date: Thu, 8 Oct 2015 12:20:05 -0400 Subject: cleaned up and simplified websocket connection handling --- www/js/app.js | 1 + 1 file changed, 1 insertion(+) (limited to 'www/js/app.js') 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; -- cgit v1.2.3