summaryrefslogtreecommitdiff
path: root/www/js/MenuController.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2019-07-09 12:16:46 -0400
committerPliable Pixels <pliablepixels@gmail.com>2019-07-09 12:16:46 -0400
commite6677d6fa36e62ebec7544b5f8774bcb3eb8b9db (patch)
treef9ec9939bbc3ad673e8953547aea30ab02026207 /www/js/MenuController.js
parentf24b90a7b98a5f5c9ee1df2fad9bd1ffbe7c0aee (diff)
don't regen montage connkeys immediatey. Implement a timer
Diffstat (limited to 'www/js/MenuController.js')
-rw-r--r--www/js/MenuController.js3
1 files changed, 2 insertions, 1 deletions
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);});
});*/