reuse changeWallet on walletbar
This commit is contained in:
parent
75b23e66bb
commit
b370e710fe
3 changed files with 5 additions and 11 deletions
|
|
@ -4,12 +4,6 @@ angular.module('copayApp.controllers').controller('HomeWalletController', functi
|
|||
$scope.init = function() {
|
||||
$rootScope.title = 'Home';
|
||||
|
||||
// fix for Safari and mobile devices
|
||||
var walletId = $location.hash();
|
||||
if (walletId) {
|
||||
$location.hash('');
|
||||
identityService.setFocusedWallet(walletId);
|
||||
}
|
||||
|
||||
$scope.rateService = rateService;
|
||||
$scope.isRateAvailable = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue