ngclipboard icon indicating copy to clipboard operation
ngclipboard copied to clipboard

Attribute to bind a function to generate content during copy

Open wienand opened this issue 6 years ago • 0 comments

Also allow to bind a function to get the content to copy to the clipboard during export to clipboard, e.g.

<button ngclipboard ngclipboard-text="contentForClipboard(data)">Copy</button>

wienand avatar Jul 10 '18 12:07 wienand