diff --git a/src/js/controllers/preferencesBitpayCard.js b/src/js/controllers/preferencesBitpayCard.js index 3b7e0ac54..33060296d 100644 --- a/src/js/controllers/preferencesBitpayCard.js +++ b/src/js/controllers/preferencesBitpayCard.js @@ -12,7 +12,7 @@ angular.module('copayApp.controllers').controller('preferencesBitpayCardControll var remove = function(card) { bitpayCardService.remove(card, function() { - $ionicHistory.removeBackView(); + $ionicHistory.clearHistory(); $timeout(function() { $state.go('tabs.home'); }, 100);