diff options
Diffstat (limited to 'www/js/controllers.js')
| -rw-r--r-- | www/js/controllers.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/www/js/controllers.js b/www/js/controllers.js index 80afa2fe..cbb8fa9e 100644 --- a/www/js/controllers.js +++ b/www/js/controllers.js @@ -20,5 +20,11 @@ angular.module('zmApp.controllers', ['ionic', 'ngCordova', 'ng-mfb','angularCirc }, 100); + + // Added for electron build to stop title propagation + $scope.$on('$ionicView.afterEnter', function(ev, data) { + ev.stopPropagation(); + }); + }); |
