refactor root.installStartupHandlers

This commit is contained in:
Matias Alejo Garcia 2014-06-12 11:03:24 -03:00
commit ec859355c6
3 changed files with 33 additions and 22 deletions

View file

@ -84,7 +84,7 @@ angular.module('copayApp.controllers').controller('SetupController',
passphrase: passphrase,
};
var w = walletFactory.create(opts);
controllerUtils.startNetwork(w);
controllerUtils.startNetwork(w, $scope);
});
};