handle URLs
This commit is contained in:
parent
d5d3f9ee28
commit
3d3cacc15c
4 changed files with 23 additions and 19 deletions
|
|
@ -1,12 +0,0 @@
|
|||
'use strict';
|
||||
angular.module('copayApp.controllers').controller('uriController',
|
||||
function($stateParams, $log, openURLService) {
|
||||
|
||||
|
||||
/* This is only for BROWSER links, it is not excecuted on mobile devices */
|
||||
|
||||
$log.info('DEEP LINK from Browser:' + $stateParams.url);
|
||||
openURLService.handleURL({
|
||||
url: $stateParams.url
|
||||
});
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue