Updates tx modal

This commit is contained in:
Gustavo Maximiliano Cortez 2016-02-10 15:35:26 -05:00
commit 9fedae1a67
6 changed files with 27 additions and 105 deletions

View file

@ -326,7 +326,6 @@ angular.module('copayApp.directives')
if (!isCordova) {
element.on('click', function(){
scope.someCtrlFn();
console.log('click real');
});
} else {
var trackingClick = false;