fix skip button on email view
This commit is contained in:
parent
431058baec
commit
8080e0b856
1 changed files with 2 additions and 2 deletions
|
|
@ -22,12 +22,12 @@ angular.module('copayApp.controllers').controller('collectEmailController', func
|
||||||
if (err) $log.warn(err);
|
if (err) $log.warn(err);
|
||||||
configService.set(opts, function(err) {
|
configService.set(opts, function(err) {
|
||||||
if (err) $log.warn(err);
|
if (err) $log.warn(err);
|
||||||
goNextView();
|
$scope.goNextView();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
var goNextView = function() {
|
$scope.goNextView = function() {
|
||||||
if (!usePushNotifications) {
|
if (!usePushNotifications) {
|
||||||
$state.go('onboarding.backupRequest', {
|
$state.go('onboarding.backupRequest', {
|
||||||
walletId: walletId
|
walletId: walletId
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue