goHome after close preferences or add wallet

This commit is contained in:
Gustavo Maximiliano Cortez 2015-04-24 03:22:06 -03:00
commit 17f7483ec5
4 changed files with 11 additions and 8 deletions

View file

@ -192,7 +192,7 @@ angular
templateUrl: 'views/includes/topbar.html',
controller: function($scope) {
$scope.titleSection = 'Preferences';
$scope.closeToState = 'walletHome';
$scope.closeToHome = true;
}
}
}
@ -347,7 +347,7 @@ angular
templateUrl: 'views/includes/topbar.html',
controller: function($scope) {
$scope.titleSection = 'Add wallet';
$scope.goBackToState = 'walletHome';
$scope.closeToHome = true;
}
}
}