diff --git a/src/js/controllers/tab-receive.js b/src/js/controllers/tab-receive.js index 08b026fb5..a2985cad7 100644 --- a/src/js/controllers/tab-receive.js +++ b/src/js/controllers/tab-receive.js @@ -124,6 +124,7 @@ angular.module('copayApp.controllers').controller('tabReceiveController', functi }); $scope.$on("$ionicView.leave", function(event, data) { + $ionicHistory.clearCache(); lodash.each(listeners, function(x) { x(); });