JewelsJLF
Results
2
comments of
JewelsJLF
+1 we're trying to export a canvas chart using patternomaly to SVG using canvas2svg, but it's not working
This works well: ``` $uibModal.open({ ... }).result.catch(function (resp) { if (['cancel', 'backdrop click', 'escape key press'].indexOf(resp) === -1) throw resp; }); ```