Fix - init is not defined
This commit is contained in:
parent
a19ae00b07
commit
fa291c757d
1 changed files with 1 additions and 1 deletions
|
|
@ -581,7 +581,7 @@ angular.module('copayApp.controllers').controller('amountController', function($
|
|||
};
|
||||
|
||||
$scope.findCurrency = function(search) {
|
||||
if (!search) init();
|
||||
if (!search) initCurrencies();
|
||||
$scope.altCurrencyList = lodash.filter(completeAlternativeList, function(item) {
|
||||
var val = item.name
|
||||
var val2 = item.isoCode;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue