ngClipboard icon indicating copy to clipboard operation
ngClipboard copied to clipboard

Simple module that allows to make an HTML tag copyable on click or send a custom string to clipboard. Works on mobile!

Results 3 ngClipboard issues
Sort by recently updated
recently updated
newest added

Hey there, Using `textarea` instead of `span` will allow us to use script tags in our copy string as below: ```javascript !( function( w, d ) { 'use strict'; var...

Hi I am developing a mobile app ,using angular js and I used this module to copy but it's not working in mobile but working fine on desktop

Hi, The above module is not working on Safari ? Could you tell me why ? Here is the error : ![**Console Error**](http://i.imgur.com/GxvbIu7.png)

bug
help wanted