I have a template (.hbs) that I would like to print from my main application. I don’t necessarily need to display the template other than the print preview screen.
Currently, I have the template being displayed in a modal window and I’m using javascript to print it from didInsertElement:
...
..
printModal.print();
I would prefer to not show the modal window if at all possible. Any suggestions?