ngPrint icon indicating copy to clipboard operation
ngPrint copied to clipboard

Main content not loading after adding ngPrint as a dependency.

Open staminna opened this issue 8 years ago • 0 comments

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

staminna avatar Sep 19 '17 14:09 staminna