Minor fixes. Fix Glidera

This commit is contained in:
Gustavo Maximiliano Cortez 2016-09-23 13:34:47 -03:00
commit fabf6a6fd1
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
5 changed files with 10 additions and 11 deletions

View file

@ -8,6 +8,7 @@ angular.module('copayApp.controllers').controller('sellGlideraController',
this.show2faCodeInput = null;
this.success = null;
var wallet;
$scope.network = glideraService.getEnvironment();
$scope.$on('Wallet/Changed', function(event, w) {
if (lodash.isEmpty(w)) {
@ -189,9 +190,7 @@ angular.module('copayApp.controllers').controller('sellGlideraController',
};
$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;