Fix topbar for mobile
This commit is contained in:
parent
95e29aed9a
commit
f8fddd2431
12 changed files with 18 additions and 63 deletions
|
|
@ -30,4 +30,8 @@ angular.module('copayApp.controllers').controller('collectEmailController', func
|
|||
});
|
||||
});
|
||||
};
|
||||
|
||||
$scope.onboardingMailSkip = function() {
|
||||
$state.go('onboarding.backupRequest');
|
||||
};
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue