diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-04-14 15:12:20 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-04-14 15:12:20 -0400 |
| commit | 7e6d5602ad08bc7f0054de92ca82768208c48d6b (patch) | |
| tree | 343d1b35dc3fdaa51742ae2203fc82398dc5fe4d /www/js/EventServer.js | |
| parent | 4daf69b94336ee8a89679f285d9e925cbaa43935 (diff) | |
#611 #606 - many re-auth leaks
Diffstat (limited to 'www/js/EventServer.js')
| -rw-r--r-- | www/js/EventServer.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/js/EventServer.js b/www/js/EventServer.js index ee606a63..2d5831e9 100644 --- a/www/js/EventServer.js +++ b/www/js/EventServer.js @@ -292,7 +292,7 @@ angular.module('zmApp.controllers') { //emit alarm details - this is when received over websockets - $rootScope.$emit('alarm', + $rootScope.$broadcast('alarm', { message: listOfMonitors }); @@ -658,7 +658,7 @@ angular.module('zmApp.controllers') $rootScope.tappedEid = 0; $rootScope.tappedMid = 0; } - $rootScope.$emit('process-push'); + $rootScope.$broadcast('process-push'); } else // app is foreground |
