payment intents style fixes

This commit is contained in:
Matias Alejo Garcia 2014-12-10 20:30:36 -03:00
commit af6ee93ae5
6 changed files with 96 additions and 118 deletions

View file

@ -65,7 +65,11 @@ angular.module('copayApp.services').factory('go', function($window, $rootScope,
root.path('copayers');
} else {
if ($rootScope.pendingPayment) {
root.path('selectWalletForPayment');
if ($rootScope.walletForPaymentSet) {
root.path('send');
} else {
root.path('selectWalletForPayment');
}
} else {
root.path('homeWallet');
}