Fix resume event on mobile for Glidera/Coinbase integration (#4083)

This commit is contained in:
Gustavo Maximiliano Cortez 2016-04-15 15:29:20 -03:00 committed by Matias Alejo Garcia
commit 4a8e5397ce
4 changed files with 13 additions and 7 deletions

View file

@ -3,6 +3,7 @@
angular.module('copayApp.controllers').controller('glideraController',
function($rootScope, $scope, $timeout, $modal, profileService, configService, storageService, glideraService, isChromeApp, animationService, lodash) {
window.ignoreMobilePause = true;
this.getAuthenticateUrl = function() {
return glideraService.getOauthCodeUrl();