From 3fd5f50c84f841330c0d9a53ec8414ffa06bb198 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Baz=C3=A1n?= Date: Fri, 23 Dec 2016 11:12:05 -0300 Subject: [PATCH] fix finish button --- src/js/controllers/customAmount.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/js/controllers/customAmount.js b/src/js/controllers/customAmount.js index ea3e56ceb..b3c17137f 100644 --- a/src/js/controllers/customAmount.js +++ b/src/js/controllers/customAmount.js @@ -18,8 +18,7 @@ angular.module('copayApp.controllers').controller('customAmountController', func $scope.finish = function() { $ionicHistory.nextViewOptions({ - disableAnimate: false, - historyRoot: true + disableAnimate: false }); $ionicHistory.goBack(-2); };