angular-clipboard icon indicating copy to clipboard operation
angular-clipboard copied to clipboard

Copy to clipboard with AngularJS directive, without using Flash.

Results 14 angular-clipboard issues
Sort by recently updated
recently updated
newest added

Great work! I want to set a global on-success callback for all instances throughout the app. Is this possible without changing the source code or adding another directive?

I add a property fn when the text for copy is returned by function and not exact from a string on model. The aproach on test maybe not to be...

1. Open IE and go the the page with this directive. 2. Click it. 3. A confirmation whether to allow the access to clipboard is shown. 4. Deny it. Directive...

First off, just wanted to say thanks for this awesome directive. Helped me save a bunch of time at work. Anyways, I had to implement Ctrl +C for a project...