removed transaction proposals from history. Just list transactions sent

This commit is contained in:
Gustavo Maximiliano Cortez 2014-10-30 21:32:49 -03:00
commit 950a89727b
5 changed files with 75 additions and 53 deletions

View file

@ -79,7 +79,7 @@ angular.module('copayApp.controllers').controller('SendController',
setTimeout(function() {
$scope.loading = false;
$rootScope.$digest();
}, 0);
}, 1);
}
$scope.showAddressBook = function() {