remote ignoreMobilePause, refactor openURL
This commit is contained in:
parent
df12f9c177
commit
2a97446ef9
23 changed files with 356 additions and 337 deletions
|
|
@ -3,6 +3,7 @@ angular.module('copayApp.controllers').controller('glideraUriController',
|
|||
function($scope, $stateParams, $timeout, profileService, configService, glideraService, storageService, go) {
|
||||
|
||||
this.submitOauthCode = function(code) {
|
||||
console.log('[glideraUri.js.5:code:]'+code); //TODO
|
||||
var self = this;
|
||||
var glideraTestnet = configService.getSync().glidera.testnet;
|
||||
var network = glideraTestnet ? 'testnet' : 'livenet';
|
||||
|
|
@ -31,6 +32,7 @@ angular.module('copayApp.controllers').controller('glideraUriController',
|
|||
};
|
||||
|
||||
this.checkCode = function() {
|
||||
console.log('[glideraUri.js.35:$stateParams:]' + JSON.stringify($stateParams)); //TODO
|
||||
this.code = $stateParams.code;
|
||||
this.submitOauthCode(this.code);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue