Merge pull request #509 from cmgustavo/bug/hide-tab-bar-after-send
Fix tab-bar after send tx
This commit is contained in:
commit
fe085d8567
2 changed files with 10 additions and 4 deletions
|
|
@ -22,4 +22,8 @@ angular.module('copayApp.controllers').controller('tabsController', function($ro
|
|||
}, 1);
|
||||
};
|
||||
|
||||
$scope.$on("$ionicView.beforeEnter", function(event, data){
|
||||
$rootScope.hideTabs = '';
|
||||
});
|
||||
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue