You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
staminna
changed the title
Main content not loading.
Main content not loading after adding ngPrint as a dependency.
Oct 2, 2017
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
The text was updated successfully, but these errors were encountered: