commit
1c09f60066
2 changed files with 2 additions and 4 deletions
|
|
@ -211,7 +211,7 @@ angular.module('copayApp.controllers').controller('indexController', function($r
|
|||
}, 300);
|
||||
}
|
||||
|
||||
if (!self.tab || go.is('walletHome'))
|
||||
if (!self.tab || !go.is('walletHome'))
|
||||
self.tab = 'walletHome';
|
||||
|
||||
var changeTab = function() {
|
||||
|
|
@ -235,7 +235,7 @@ angular.module('copayApp.controllers').controller('indexController', function($r
|
|||
$rootScope.$emit('Local/TabChanged', tab);
|
||||
};
|
||||
|
||||
if (switchState && go.is('walletHome')) {
|
||||
if (switchState && !go.is('walletHome')) {
|
||||
go.path('walletHome', function() {
|
||||
changeTab();
|
||||
});
|
||||
|
|
|
|||
|
|
@ -125,8 +125,6 @@ angular.module('copayApp.controllers').controller('joinController',
|
|||
this._join = function(opts) {
|
||||
self.loading = true;
|
||||
$timeout(function() {
|
||||
|
||||
console.log('[join.js.124]', opts); //TODO
|
||||
profileService.joinWallet(opts, function(err) {
|
||||
if (err) {
|
||||
self.loading = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue