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() {
$ionicHistory.nextViewOptions({
disableAnimate: false,
historyRoot: true
disableAnimate: false
});
$ionicHistory.goBack(-2);
};