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() {
|
$scope.finish = function() {
|
||||||
$ionicHistory.nextViewOptions({
|
$ionicHistory.nextViewOptions({
|
||||||
disableAnimate: false,
|
disableAnimate: false
|
||||||
historyRoot: true
|
|
||||||
});
|
});
|
||||||
$ionicHistory.goBack(-2);
|
$ionicHistory.goBack(-2);
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue