Merge remote-tracking branch 'origin/wallet/sprint/17' into wallet/sprint/17
# Conflicts: # src/js/controllers/tab-scan.js
This commit is contained in:
commit
4c4c213786
20 changed files with 196 additions and 29 deletions
|
|
@ -108,6 +108,9 @@ angular.module('copayApp.controllers').controller('tabScanController', function(
|
|||
function handleSuccessfulScan(contents){
|
||||
$log.debug('Scan returned: "' + contents + '"');
|
||||
scannerService.pausePreview();
|
||||
// Sometimes (testing in Chrome, when reading QR Code) data is an object
|
||||
// that has a string data.result.
|
||||
contents = contents.result || contents;
|
||||
incomingData.redir(contents);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue