Removed createWallet page. Added link for create, join and import to the top menu.

This commit is contained in:
Gustavo Maximiliano Cortez 2014-11-13 11:10:39 -03:00
commit 72cfc49d55
10 changed files with 28 additions and 31 deletions

View file

@ -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;