I have been tasked with implementing a feature that involves displaying content using pagination and allowing users to print all the content at once with a single click on a print button. However, I am currently experiencing an issue where clicking the print button creates a print preview option, which is not the desired behavior.
To implement pagination, I utilized the
angularUtils.directives.dirPagination
library.
The pagination functionality has been implemented as shown in this example: (http://plnkr.co/edit/xmjmIId0c9Glh5QH97xz?p=preview)