diff --git a/src/js/controllers/glidera.js b/src/js/controllers/glidera.js index c3b9380c9..f3fc9af6c 100644 --- a/src/js/controllers/glidera.js +++ b/src/js/controllers/glidera.js @@ -5,12 +5,12 @@ angular.module('copayApp.controllers').controller('glideraController', $scope.network = glideraService.getEnvironment(); - $scope.openExternalLink = function(url, optIn, title, message, okText, cancelText) { - externalLinkService.open(url, optIn, title, message, okText, cancelText); + $scope.openExternalLink = function(url) { + externalLinkService.open(url); }; var initGlidera = function(accessToken) { - $scope.token = null; + $scope.token = accessToken; $scope.permissions = null; $scope.email = null; $scope.personalInfo = null; diff --git a/src/js/controllers/preferencesGlidera.js b/src/js/controllers/preferencesGlidera.js index 2559f129a..ce1945b02 100644 --- a/src/js/controllers/preferencesGlidera.js +++ b/src/js/controllers/preferencesGlidera.js @@ -52,7 +52,7 @@ angular.module('copayApp.controllers').controller('preferencesGlideraController' $scope.$on("$ionicView.enter", function(event, data){ $scope.network = glideraService.getEnvironment(); - $scope.token = accessToken; + $scope.token = null; $scope.permissions = null; $scope.email = null; $scope.personalInfo = null; diff --git a/src/sass/buttons.scss b/src/sass/buttons.scss index f411f087e..7f35657e2 100644 --- a/src/sass/buttons.scss +++ b/src/sass/buttons.scss @@ -37,6 +37,7 @@ click-to-accept { } &.button-primary, &.button-secondary, + &.button-light, &.button-assertive { &.button-standard { @extend %button-standard; diff --git a/www/views/glidera.html b/www/views/glidera.html index 8a5748d63..e5e9335f3 100644 --- a/www/views/glidera.html +++ b/www/views/glidera.html @@ -3,15 +3,20 @@ Glidera + + + -
+
Glidera is disabled for this application
-
+
Testnet wallets only work with Glidera Sandbox Accounts
@@ -19,7 +24,7 @@
- +

You can buy and sell Bitcoin with a US bank account directly in this app.

@@ -59,7 +64,7 @@
@@ -75,33 +80,20 @@
-
+
- +
-
@@ -121,7 +113,7 @@
-
+
Activity