disable swipe back functionality at the controller level
This commit is contained in:
parent
4118cc4aee
commit
b9ba2af993
2 changed files with 3 additions and 2 deletions
|
|
@ -32,7 +32,6 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
|
|||
// NAV BACK-BUTTON TEXT/ICON
|
||||
$ionicConfigProvider.backButton.icon('icon ion-ios-arrow-thin-left').text('');
|
||||
$ionicConfigProvider.backButton.previousTitleText(false);
|
||||
$ionicConfigProvider.views.swipeBackEnabled(false);
|
||||
|
||||
$logProvider.debugEnabled(true);
|
||||
$provide.decorator('$log', ['$delegate', 'platformInfo',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue