You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use this package, it gathers the text as rendered in the dom. Here are the two lines that show how I've used it:
 {{onlyString}}], 
Copy
onlyString is an angular variable, and ngclipboard captures the rendered string. The only issue is that it trims the leading and trailing spaces, and seems to add a newline to the end of the captured text, which is annoying.
I want to copy a URL that is located with in an Angular variable i.e. in html it reads: {{focus.link}}
But Directive doesn't see the value of the variable, and it just copies the string "focus.link"
Any ideas?
The text was updated successfully, but these errors were encountered: