This commit is contained in:
Mario Colque 2014-04-20 18:02:15 -03:00
commit a2be737bad
10 changed files with 62 additions and 16 deletions

View file

@ -33,7 +33,6 @@ console.log('[controllerUtils.js.30:created:] RECV '); //TODO
$rootScope.wallet.getBalance(function(balance) {
$rootScope.totalBalance = balance;
$rootScope.$digest();
});
});
w.on('refresh', function() {
@ -42,6 +41,8 @@ console.log('[controllerUtils.js.30:created:] RECV '); //TODO
});
w.on('openError', root.onErrorDigest);
w.on('close', root.onErrorDigest);
console.log('[controllerUtils.js.45] CALLING NETSTART FROM setupUxHandlers'); //TODO
w.netStart();
console.log('[controllerUtils.js.45] setupUxHandlers END'); //TODO
};