From e6677d6fa36e62ebec7544b5f8774bcb3eb8b9db Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Tue, 9 Jul 2019 12:16:46 -0400 Subject: don't regen montage connkeys immediatey. Implement a timer --- www/js/MenuController.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'www/js/MenuController.js') diff --git a/www/js/MenuController.js b/www/js/MenuController.js index 7b117342..8496acff 100644 --- a/www/js/MenuController.js +++ b/www/js/MenuController.js @@ -38,7 +38,8 @@ angular.module('zmApp.controllers').controller('MenuController', ['$scope', '$io window.stop(); // after window stop executes, in next cycle // this _should_ ensure stop concludes before - // exit/entry lifecycles kick in? + // exit/entry lifecycles kick in?z + $timeout (function() {$state.go(view,args);}); });*/ -- cgit v1.2.3