fix bugs in phone
This commit is contained in:
parent
999c3e7d5d
commit
93e9fa7d3b
3 changed files with 14 additions and 6 deletions
|
|
@ -135,6 +135,9 @@ angular.module('copayApp.controllers').controller('indexController', function($r
|
|||
self.openWallet();
|
||||
});
|
||||
}
|
||||
storageService.getCopayDisclaimerFlag(function(err, val) {
|
||||
self.agreeDisclaimer = val;
|
||||
});
|
||||
});
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue