ember-cli-zero-clipboard icon indicating copy to clipboard operation
ember-cli-zero-clipboard copied to clipboard

Ember CLI addon for adding a "copy to clipboard" button component

Results 8 ember-cli-zero-clipboard issues
Sort by recently updated
recently updated
newest added

DEPRECATION: ember-cli-babel 5.x has been deprecated. Please upgrade to at least ember-cli-babel 6.6. Version 5.2.8 located: appkit -> ember-disable-proxy-controllers -> ember-cli-babel

Works perfectly fine in FireFox and Chrome, in safari console it shows: [Debug] had no action handler for: error (vendor.js, line 153501) -- zero-clipboard.js:24 [Debug] had no action handler for:...

I get so much noise from [this line](https://github.com/aomran/ember-cli-zero-clipboard/blob/master/addon/components/zero-clipboard.js#L24) I get hundreds of notifications in test. What do you think about only supporting closure actions? They're available on 1.13+ and could...

Seeing in this 2.8.x: ``` Can't trigger action 'ready' because your app hasn't finished transitioning into its first route. To trigger an action on destination routes during a transition, you...

Hi all, I am having this warning when running `ember server`: ``` $ ember server version: 0.1.7 Could not find watchman, falling back to NodeWatcher for file system events /Users/my-user/my-application/node_modules/ember-cli-zero-clipboard/node_modules/ember-cli-babel/node_modules/broccoli-babel-transpiler/node_modules/broccoli-persistent-filter/node_modules/async-disk-cache/node_modules/istextorbinary/source/index.js:19...

Hi, In my production environment I am experiencing exactly [this issue](https://github.com/zeroclipboard/zeroclipboard/issues/589). ![copy2clipboard](https://cloud.githubusercontent.com/assets/454321/10099243/2094de30-6388-11e5-902b-0169ecbe40cd.gif) Is there any particular aspect to consider for deployment? this is how I am using it: ``` {{#my-zero-clipboard...

The inner button's hover/active states seem to not be showing, because the zero clipboard `.ember-view` div is covering the button. Anyone else seeing this?

I guess most people will want the button to dance a bit when clicked. Since the run loop is or can be involved it might be good to have an...