fix create
This commit is contained in:
parent
f8b4f8e4c9
commit
e676f4e69d
2 changed files with 3 additions and 4 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue