Fix hidden back button

This commit is contained in:
Gustavo Maximiliano Cortez 2016-11-01 19:00:00 -03:00
commit ccfe998b9d
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
3 changed files with 13 additions and 10 deletions

View file

@ -8,9 +8,10 @@ angular.module('copayApp.services').factory('openURLService', function($rootScop
// Stop it from caching the first view as one to return when the app opens
$ionicHistory.nextViewOptions({
historyRoot: true,
disableBack: true,
disableBack: false,
disableAnimation: true
});
var url = args.url;
if (!url) {
$log.error('No url provided');