fix join wallet WIP

This commit is contained in:
Matias Alejo Garcia 2014-04-16 20:58:57 -03:00
commit 8856683a17
6 changed files with 96 additions and 13 deletions

View file

@ -41,7 +41,6 @@ angular.module('copay.header').controller('HeaderController',
w.disconnect();
delete $rootScope['wallet'];
$location.path('signin');
$rootScope.$digest();
}
};