Fix success state after TOS completion
This commit is contained in:
parent
ce213d011f
commit
ff66879694
2 changed files with 8 additions and 1 deletions
|
|
@ -109,6 +109,13 @@ angular.module('copayApp.controllers').controller('tabHomeController',
|
|||
});
|
||||
};
|
||||
|
||||
$scope.hideHomeTip = function() {
|
||||
$scope.homeTip = null;
|
||||
$state.transitionTo($state.current, null, {
|
||||
reload: false, inherit: false, notify: false
|
||||
});
|
||||
};
|
||||
|
||||
$scope.nextStep = function() {
|
||||
lodash.each(['AmazonGiftCards', 'BitpayCard', 'BuyAndSell'], function(service) {
|
||||
storageService.getNextStep(service, function(err, value) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue