ngclipboard
ngclipboard copied to clipboard
Attribute to bind a function to generate content during copy
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>