angular-zeroclipboard
angular-zeroclipboard copied to clipboard
:beers: angular directive wrapper for ZeroClipboard
You merged a pull request containing a bug fix but have not released a new bower version.
Hi there, I was wondering if it is possible to add as a fallback option the case when Mozilla FF Adobe Flash plugin is in protected mode? It could be...
It is working fine on all browsers except IE11. Is it compatible with it? Is there any way I can debug the issue as I can not see any console...
When using require to load modules, this fails because zeroclipboard is not put onto the window object. see https://github.com/zeroclipboard/zeroclipboard/blob/master/dist/ZeroClipboard.js#L2577 to fix, I added `window.ZeroClipboard = require('zeroclipboard');` in my app config;...