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

@ -231,7 +231,7 @@ angular.module('copayApp.services')
if (w) {
root.setFocusedWallet(w);
} else {
$location.path('/createWallet');
$location.path('/create');
}
$timeout(function() {
$rootScope.$digest()