Closed cguanzon closed 10 years ago
Thanks for pointing that out. Fixed!
another error in readme, is: angularMiddlewares.runInContext( function (injector) { // ... whatever you want } );
instead of: angularserver.runInContext( function (injector) { // ... whatever you want } );
in the example,
var express = require('fs');
i think should be
var fs = require('fs');