Route for send amount.

This commit is contained in:
Brendon Duncan 2018-07-28 13:04:04 -07:00
commit 81e9f527ff

View file

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