fix scroll method in Note field

This commit is contained in:
Javier 2016-02-01 11:05:42 -03:00
commit 949106f067
2 changed files with 2 additions and 2 deletions

View file

@ -671,7 +671,7 @@ angular.module('copayApp.controllers').controller('walletHomeController', functi
this.hideAmount = true;
}
}
this.scrollUp('comment');
$timeout(function() {
$rootScope.$digest();
}, 1);