Open davidpatters0n opened 8 years ago
@davidpatters0n I am having the same issue. Were you able to figure it out, or did you end up using something else that you can recommend?
@colejoh - I weren't able to figure out this issue. I opted for using: https://developer.mozilla.org/en/docs/Web/API/Document/execCommand which has a copy command:
Copies the current selection to the clipboard. Conditions of having this behavior enabled vary from one browser to another, and have evolved over time. Check the compatibility table to determine if you can use it in your case.
I ran the following:
ember install ember-cli-copyable
Model
When I try to run the app I am given:
Error: Could not find module
ember-cli-copyable
imported frommain-app/models/listing