Added home

This commit is contained in:
Matias Pando 2014-10-31 11:49:52 -03:00
commit 470e16eaa1
6 changed files with 84 additions and 2 deletions

View file

@ -24,7 +24,7 @@ angular.module('copayApp.services')
if (!w.isReady()) {
$location.path('/copayers');
} else {
$location.path('receive');
$location.path('homeWallet');
}
}
};