add merchant data in tx proposals

This commit is contained in:
Matias Alejo Garcia 2014-11-20 03:10:43 -03:00
commit 088a616736
6 changed files with 77 additions and 82 deletions

View file

@ -186,7 +186,7 @@ angular.module('copayApp.directives')
}
element.bind('click', function() {
selectText(elm[0]);
selectText(element[0]);
});
}
};