Skip to content
Snippets Groups Projects
Commit 93056131 authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

[fix] Hide loading indicator, when logout of a secondary wallet

parent da4cbc5f
No related branches found
No related tags found
No related merge requests found
......@@ -48,8 +48,6 @@ angular.module('cesium.app.controllers', ['cesium.platform', 'cesium.services'])
.controller('PluginExtensionPointCtrl', PluginExtensionPointController)
;
/**
......@@ -344,7 +342,7 @@ function AppController($scope, $rootScope, $state, $ionicSideMenuDelegate, $q, $
});
}
else {
UIUtils.loading.hide();
}
})
.catch(UIUtils.onError());
......@@ -427,6 +425,7 @@ function AppController($scope, $rootScope, $state, $ionicSideMenuDelegate, $q, $
$timeout(function(){$scope.profilePopover.hide();});
}
};
// Change peer info
$scope.showPeerInfoPopover = function(event) {
return UIUtils.popover.show(event, {
......@@ -437,7 +436,7 @@ function AppController($scope, $rootScope, $state, $ionicSideMenuDelegate, $q, $
};
////////////////////////////////////////
// Link management (fix issue #)
// Link management
////////////////////////////////////////
$scope.openLink = function($event, uri, options) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment