Not handle external link
This commit is contained in:
parent
9427952fc7
commit
b5208e4186
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
'use strict';
|
||||
|
||||
angular.module('copayApp.services').service('externalLinkService', function($window, $timeout, platformInfo, nodeWebkitService) {
|
||||
angular.module('copayApp.services').service('externalLinkService', function($window, $timeout, $log, platformInfo, nodeWebkitService) {
|
||||
|
||||
this.open = function(url, target) {
|
||||
var old = $window.handleOpenURL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue