modev wallet validation from all controllers to router

This commit is contained in:
Mario Colque 2014-04-18 15:22:02 -03:00
commit e5a4e3c25c
9 changed files with 17 additions and 37 deletions

View file

@ -2,12 +2,7 @@
angular.module('copay.backup').controller('BackupController',
function($scope, $rootScope, $location, $window, $timeout, Socket, controllerUtils) {
if (!$rootScope.wallet || !$rootScope.wallet.id) {
$location.path('signin');
}
else {
controllerUtils.handleTransactionByAddress($scope);
}
controllerUtils.handleTransactionByAddress($scope);
$scope.title = 'Backup';