vilbara

Results 1 comments of vilbara

@cliechty, thanks for the patch - it works fine once adding $timeout: elm.find('textArea').on('paste', function(evt) { $timeout(function() { callback(evt.target.value); }); }); Without $timeout "evt.target.value" results in the old - i.e. empty...