remove backbutton and adding finish button on complete view

This commit is contained in:
Gabriel Bazán 2017-01-25 10:41:32 -03:00
commit cda0361999
3 changed files with 6 additions and 9 deletions

View file

@ -54,6 +54,7 @@ angular.module('copayApp.controllers').controller('completeController', function
if (!$scope.fromSettings) {
$ionicConfig.views.swipeBackEnabled(false);
$ionicNavBarDelegate.showBackButton(false);
} else {
$ionicNavBarDelegate.showBackButton(true);
$ionicConfig.views.swipeBackEnabled(true);