reset https flag on new scan
This commit is contained in:
parent
9eccc0a439
commit
62a6a732ed
2 changed files with 9 additions and 1 deletions
|
|
@ -11,6 +11,7 @@ angular.module('copayApp.directives')
|
|||
scope.data = data.data;
|
||||
scope.type = data.type;
|
||||
scope.showMenu = true;
|
||||
scope.https = false;
|
||||
|
||||
console.log('scope.type', scope.type);
|
||||
if(scope.type === 'url') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue