I am writing an angular app and I am using requirejs for loading modules.
One of the main features of the app is to be able to print the some pages in the said app and I am trying to do the PDF generation thru Docraptor, but the problem is Docraptor doesn't seem to work with requirejs.
What am I doing wrong? Do I need to setup something?