fixes one-page
This commit is contained in:
parent
62a600dd16
commit
4f60626710
7 changed files with 13 additions and 15 deletions
|
|
@ -625,6 +625,12 @@ angular.module('copayApp.controllers').controller('indexController', function($r
|
|||
self.updateTxHistory();
|
||||
});
|
||||
|
||||
$rootScope.$on('Local/SetTab', function(event, tab) {
|
||||
self.setTab(tab);
|
||||
});
|
||||
|
||||
|
||||
|
||||
$rootScope.$on('Local/NeedsPassword', function(event, isSetup, cb) {
|
||||
self.askPassword = {
|
||||
isSetup: isSetup,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue