angular-feedback
angular-feedback copied to clipboard
Feedback directive similar to Google Feedback
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...

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
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 @...