Adds import cash

This commit is contained in:
Gustavo Maximiliano Cortez 2017-09-15 15:23:47 -04:00
commit 80d9c894c9
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF

View file

@ -23,7 +23,7 @@ angular.module('copayApp.controllers').controller('importController',
value: false
};
if (config.cashSupport.enabled) $scope.enableCash = true;
if (config.cashSupport) $scope.enableCash = true;
if ($stateParams.code)
$scope.processWalletInfo($stateParams.code);