fix create

This commit is contained in:
Matias Alejo Garcia 2014-04-16 19:18:19 -03:00
commit e676f4e69d
2 changed files with 3 additions and 4 deletions

View file

@ -14,7 +14,7 @@ angular.module('copay.signin').controller('SigninController',
};
var _setupUxHandlers = function(w) {
w.on('open', function(){
w.on('created', function(){
$location.path('peer');
$rootScope.wallet = w;
$rootScope.$digest();