Merge pull request #175 from gabrielbazan7/fixes

fixes
This commit is contained in:
Gustavo Maximiliano Cortez 2016-09-23 13:11:38 -03:00 committed by GitHub
commit 6a3bd53464
20 changed files with 88 additions and 77 deletions

View file

@ -5,7 +5,7 @@ angular.module('copayApp.controllers').controller('txStatusController', function
if ($scope.cb) $timeout($scope.cb, 100);
$scope.cancel = function() {
$ionicHistory.clearHistory();
$ionicHistory.removeBackView();
$state.go('tabs.home');
$scope.txStatusModal.hide();
};