Glidera: minor bug fixes

This commit is contained in:
Gustavo Maximiliano Cortez 2016-10-17 10:59:40 -03:00
commit ef5f780e78
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
4 changed files with 25 additions and 32 deletions

View file

@ -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;

View file

@ -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;

View file

@ -37,6 +37,7 @@ click-to-accept {
}
&.button-primary,
&.button-secondary,
&.button-light,
&.button-assertive {
&.button-standard {
@extend %button-standard;