Merge pull request #1704 from cmgustavo/bug/04-ui

Bug/04 ui
This commit is contained in:
Matias Alejo Garcia 2014-11-03 18:15:35 -03:00
commit e9eb311339
12 changed files with 165 additions and 231 deletions

View file

@ -264,6 +264,7 @@ angular.module('copayApp.controllers').controller('SendController',
$scope.$apply(function() {
$scope.sendForm.address.$setViewValue(data);
$scope.sendForm.address.$render();
});
};