Antony L.

Results 2 comments of Antony L.

I actually have have a similar issue with 10.0.1, if I call `system.stdout.write('something'); before page is called. Also `stdout` works, but `stderr` fails silently.

For Mean.js, edit your `/public/application.js` file and modify the line : `angular.bootstrap(document).` by `angular.bootstrap(document.body).` Mean.js bootstrap the application on the document element, and therefor, `$rootElem` get some css class appllied...