Addressbook

This commit is contained in:
Gustavo Maximiliano Cortez 2016-08-18 19:25:30 -03:00
commit 7cb64078c5
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
9 changed files with 240 additions and 320 deletions

View file

@ -180,7 +180,7 @@ angular.module('copayApp.controllers').controller('tabScanController', function(
};
}
localMediaStream = null;
video.src = '';
if (video && video.src) video.src = '';
};
qrcode.callback = function(data) {