removed unneeded state transition
This commit is contained in:
parent
b23da0aa11
commit
c04ab7a469
1 changed files with 0 additions and 5 deletions
|
|
@ -172,11 +172,6 @@ angular.module('copayApp.controllers').controller('tabHomeController',
|
|||
$scope.hideHomeTip = function() {
|
||||
storageService.setHomeTipAccepted(false, function(error, value){
|
||||
$scope.homeTip = false;
|
||||
$state.transitionTo($state.current, null, {
|
||||
reload: true,
|
||||
inherit: false,
|
||||
notify: false
|
||||
});
|
||||
});
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue