fix finish button

This commit is contained in:
Gabriel Bazán 2016-12-23 11:12:05 -03:00
commit 3fd5f50c84

View file

@ -18,8 +18,7 @@ angular.module('copayApp.controllers').controller('customAmountController', func
$scope.finish = function() { $scope.finish = function() {
$ionicHistory.nextViewOptions({ $ionicHistory.nextViewOptions({
disableAnimate: false, disableAnimate: false
historyRoot: true
}); });
$ionicHistory.goBack(-2); $ionicHistory.goBack(-2);
}; };