Rename variables

This commit is contained in:
Gustavo Maximiliano Cortez 2015-12-07 12:52:42 -03:00
commit 8e69c0aa7e
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
5 changed files with 19 additions and 19 deletions

View file

@ -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();
});
});