We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This solved the issue for me:
clipboard.setData('text/plain', scope.$eval(scope.clipCopy) + '');
The text was updated successfully, but these errors were encountered:
I can't reproduce your issue, works as expected. Can you please share a fiddle or gist?
Sorry, something went wrong.
I experience the same problem by running the link below in a chrome browser.
http://jsfiddle.net/asafdav/8YQcz/6/
I click the copy button, and then press CTRL+V to paste the "ngClip is awesome!" text, but only text from a previous copy is pasted.
This example uses an old version of ng-clip, have you tried using the latest version ?
No branches or pull requests
This solved the issue for me:
clipboard.setData('text/plain', scope.$eval(scope.clipCopy) + '');
The text was updated successfully, but these errors were encountered: