Redirecting to new Review screen when sending max.

This commit is contained in:
Brendon Duncan 2018-08-01 11:33:24 +12:00
commit f3a350f664
4 changed files with 11 additions and 6 deletions

View file

@ -321,6 +321,7 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
views: {
'tab-send@tabs': {
controller: 'reviewController',
controllerAs: 'vm',
templateUrl: 'views/review.html'
}
},