Replaced old amount screen.

This commit is contained in:
Brendon Duncan 2018-07-31 20:25:21 +12:00
commit 0cba978d65
6 changed files with 158 additions and 727 deletions

View file

@ -292,7 +292,7 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
'tab-send@tabs': {
controller: 'amountController',
controllerAs: 'vm',
templateUrl: 'views/amountNew.html'
templateUrl: 'views/amount.html'
}
}
})
@ -701,7 +701,7 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
'tab-receive@tabs': {
controller: 'amountController',
controllerAs: 'vm',
templateUrl: 'views/amountNew.html'
templateUrl: 'views/amount.html'
}
}
})