ngclipboard icon indicating copy to clipboard operation
ngclipboard copied to clipboard

An angularjs directive to copy text to clipboard without using flash

Results 23 ngclipboard issues
Sort by recently updated
recently updated
newest added

When click on copy link then success message is not displaying.

Newer versions of clipboardjs clash with modern bundlers. The maintainer has stated he doesn't have the time to fix this. https://github.com/zenorocha/clipboard.js/issues/558 https://github.com/zenorocha/clipboard.js/pull/552 Solution is to downgrade to older version of...

Get this Error: Uncaught Error: [$injector:modulerr] "angular": "1.2.29"

Hi Sachin, Nice work on the module! Can you please publish v1.1.3 to npm. Thanks, Judd

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

Because of [these lines](https://github.com/zenorocha/good-listener/blob/v1.1.4/src/listen.js#L91-L93) in `good-listener` which is what `clipboard.js` uses for listening to clicks, specifically because it uses event delegation and listens on body, it's consequently impossible to use...

Hi, I would to contribute a wrapper of the clipboard library but for Angular2. I implemented a corresponding directive. For more details, see this question on stackoverflow and the corresponding...

code that was working for years stopped working today, issuing: TypeError: Illegal constructor at link (file:///C:/TEMP/EnvironmentStatus/scripts/ngclipboard.min.js:4:338) at https://ajax.googleapis.com/ajax/libs/angularjs/1.5.5/angular.min.js:80:293 at ja (https://ajax.googleapis.com/ajax/libs/angularjs/1.5.5/angular.min.js:80:350) at n (https://ajax.googleapis.com/ajax/libs/angularjs/1.5.5/angular.min.js:66:28) at g (https://ajax.googleapis.com/ajax/libs/angularjs/1.5.5/angular.min.js:58:305) at n (https://ajax.googleapis.com/ajax/libs/angularjs/1.5.5/angular.min.js:65:473)...

In **HAML**: ``` %button.btn.btn-default.btn-raised{ 'title': 'Testing clipboard', 'data-clipboard-text': 'Error while using like this', 'ngclipboard': '' } ``` In **HTML**: `````` [**Visit this link to see the angular error** ](https://docs.angularjs.org/error/$compile/multidir?p0=ngclipboard&p1=title&p2=new%2Fisolated)

I'm using bower, and as expected, `bower install ngclipboard --save` installs ngclipboard, and it's dependency, clipboard. However, when loaded with these tags: ```html ``` It produces this in the console:...