Hi
After loading the necessary .js and .css files, I added the dependency to the controller but the main content besides the bootstrap header does not load and shows no errors on the browser console when hitting the print button. Any idea why this might be?
I am using Angular 1.4.8 and all my code in the the form of
angular.module('clients', ['ngPrint']).etc..etc..
instead of var clientes = angular.module('clientes', ['ngPrint']).etc..
as instructed in your code. I although I have hundreds of instructions though.
Shouldn't it work the same way?
Thank you