This commit is contained in:
Matias Alejo Garcia 2014-12-11 19:10:22 -03:00
parent e4ebb535ca
commit e7d5bb6ef9
1 changed files with 0 additions and 3 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();