Removed createWallet page. Added link for create, join and import to the top menu.
This commit is contained in:
parent
3f6f07c99b
commit
72cfc49d55
10 changed files with 28 additions and 31 deletions
|
|
@ -9,7 +9,7 @@ angular.module('copayApp.controllers').controller('CreateController',
|
|||
$scope.isMobile = !!window.cordova;
|
||||
$scope.hideAdv = true;
|
||||
$scope.networkName = config.networkName;
|
||||
$rootScope.title = 'Create a wallet';
|
||||
$rootScope.title = 'Add new wallet';
|
||||
|
||||
// ng-repeat defined number of times instead of repeating over array?
|
||||
$scope.getNumber = function(num) {
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ angular.module('copayApp.controllers').controller('JoinController',
|
|||
$rootScope.fromSetup = false;
|
||||
$scope.loading = false;
|
||||
$scope.isMobile = !!window.cordova;
|
||||
$rootScope.title = 'Join a wallet';
|
||||
$rootScope.title = 'Join an existent wallet';
|
||||
|
||||
// QR code Scanner
|
||||
var cameraInput;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue