add old scanner for windows platform

This commit is contained in:
Gabriel Bazán 2017-06-07 12:23:07 -03:00
commit 8627e60103
7 changed files with 121 additions and 62 deletions

View file

@ -50,6 +50,7 @@ angular.module('copayApp.controllers').controller('joinController',
$scope.onQrCodeScannedJoin = function(data) {
$scope.formData.secret = data;
$scope.$apply();
};
if ($stateParams.url) {