Define an empty array if alternatives currency are not available
This commit is contained in:
parent
99e1486df5
commit
a11aa375f5
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ angular.module('copayApp.controllers').controller('preferencesAltCurrencyControl
|
||||||
function($scope, $log, $timeout, $ionicHistory, configService, rateService, lodash, profileService, walletService, storageService) {
|
function($scope, $log, $timeout, $ionicHistory, configService, rateService, lodash, profileService, walletService, storageService) {
|
||||||
|
|
||||||
var next = 10;
|
var next = 10;
|
||||||
var completeAlternativeList;
|
var completeAlternativeList = [];
|
||||||
|
|
||||||
function init() {
|
function init() {
|
||||||
var unusedCurrencyList = [{
|
var unusedCurrencyList = [{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue