fix qrScanner

This commit is contained in:
Matias Alejo Garcia 2016-06-01 16:32:33 -03:00
commit b2b4ae2618
No known key found for this signature in database
GPG key ID: 02470DB551277AB3

View file

@ -17,7 +17,7 @@ angular.module('copayApp.directives')
if (isWP && result.cancelled) return;
$timeout(function() {
var data = isiOS ? result : result.text;
var data = isIOS ? result : result.text;
$scope.onScan({
data: data
});