Encountering a strange issue where using $window.print in angularjs results in only the date, page name, page number, and url appearing on the printed page. The rest of the content is missing even though the original page has plenty of it.
I suspect the problem could be related to an ng-view on the page, but I'm not certain. While adding a print style sheet may help, the core issue remains that there is no content being displayed. Any insights or suggestions?