I've been attempting to utilize a plugin called ngclipboard in Angular, but something seems amiss as it's not functioning as expected. There are no error messages, however, the text from the input box is not being copied to the clipboard. To see what might be causing this issue, please review this jsfiddle: https://jsfiddle.net/2cw2zaqa/
<input type='text' id='link' value='123' />
<button ngclipboard data-clipboard-target="#link">COPY</button>
Thank you, Tamas