scroll up when input is focused

This commit is contained in:
Gabriel Bazán 2016-02-05 17:56:50 -03:00
commit fe18f7ea93
2 changed files with 4 additions and 3 deletions

View file

@ -831,7 +831,7 @@ angular.module('copayApp.controllers').controller('walletHomeController', functi
}, 1);
};
// subscription
// subscription
this.setOngoingProcess = function(name) {
var self = this;
self.blockUx = !!name;