Merge pull request #2114 from matiu/ref/utxos-cache

Ref/utxos cache
This commit is contained in:
Gustavo Maximiliano Cortez 2014-12-11 19:54:31 -03:00
commit 2ba7eb34a9
6 changed files with 144 additions and 77 deletions

View file

@ -2,9 +2,6 @@
angular.module('copayApp.controllers').controller('CopayersController',
function($scope, $rootScope, $timeout, go) {
console.log('[copayers.js.5]'); //TODO
$scope.init = function() {
var w = $rootScope.wallet;
$rootScope.title = 'Waiting copayers for ' + $rootScope.wallet.getName();