angular-feedback icon indicating copy to clipboard operation
angular-feedback copied to clipboard

Feedback directive similar to Google Feedback

Results 6 angular-feedback issues
Sort by recently updated
recently updated
newest added

Hi @jacobscarter Thanks for this library it's awesome. Here, I get one issue with SVG element. I have done inspect element and paste SVG element and try to capture the...

I suggest a small change to src/angularSendFeedback.js which allows to pass an object ("ajaxOptions") which will be merged into the options of the ajax request to the endpoint. This is...

![screenshot from 2017-04-10 15-37-37](https://cloud.githubusercontent.com/assets/8202751/24862042/b1aaff8a-1e03-11e7-8190-5016fc98dbc8.png)

Hi I have implemented this (https://github.com/ivoviz/feedback/pull/38) pull request made for the original jquery plugin

If I don't wanna load html2canvas.js async, this is not a good experience

enhancement
PR Requested

Currently running into this issue when trying to send feedback: ``` Uncaught SecurityError: Failed to execute 'toDataURL' on 'HTMLCanvasElement': Tainted canvases may not be exported. onrendered @ angular-send-feedback.js:487 options.complete @...