removed unneeded state transition

This commit is contained in:
Jamal Jackson 2016-10-10 13:20:05 -04:00
commit c04ab7a469

View file

@ -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
});
});
};