$scope.exportToPdf = function () { $timeout(function () { html2canvas(document.getElementById('customers'), { onrendered: function (canvas) { var data ...
確定! 回上一頁