Rename variables
This commit is contained in:
parent
bdfa89115d
commit
8e69c0aa7e
5 changed files with 19 additions and 19 deletions
|
|
@ -30,7 +30,7 @@ angular.module('copayApp.controllers').controller('disclaimerController',
|
|||
else $scope.creatingProfile = false;
|
||||
|
||||
//compatible
|
||||
profileService.checkDisclaimer(function(val) {
|
||||
profileService.isDisclaimerAccepted(function(val) {
|
||||
if (val) go.walletHome();
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue