fix finish button
This commit is contained in:
parent
f9a821ba70
commit
3fd5f50c84
1 changed files with 1 additions and 2 deletions
|
|
@ -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);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue