reset https flag on new scan

This commit is contained in:
Marty Alcala 2016-10-19 15:23:54 -04:00
commit 62a6a732ed
2 changed files with 9 additions and 1 deletions

View file

@ -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') {