cleanup
This commit is contained in:
parent
01d5e1d2eb
commit
01da9d91e4
6 changed files with 9 additions and 102 deletions
|
|
@ -13,16 +13,11 @@ angular.module('copayApp.directives')
|
|||
scope.showMenu = true;
|
||||
scope.https = false;
|
||||
|
||||
console.log('scope.type', scope.type);
|
||||
if(scope.type === 'url') {
|
||||
console.log('scope.data', scope.data);
|
||||
console.log('scope.data.indexOf("https://")', scope.data.indexOf('https://'));
|
||||
if(scope.data.indexOf('https://') === 0) {
|
||||
scope.https = true;
|
||||
}
|
||||
}
|
||||
|
||||
console.log('data', data);
|
||||
});
|
||||
});
|
||||
scope.hide = function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue