levid / angular-sails-socketio-mongo-demo

AngularJS, SailsJS, Socket.io & MongoDB Demo
170 stars 50 forks source link

error rendering layout.ejs #5

Open yamitcar opened 10 years ago

yamitcar commented 10 years ago

well, I'm new in sails and angular... and i try to understand how to works this tools together. after I ran a sail lift and I open: http://localhost:1337/

I get this: { "path": "/workspace/javaScript/angular-sails-socketio-mongo-demo/views/layout.ejs" }

and in the logs appers this error:

verbose: Running res.view() method... error: Error rendering view at :: /workspace/javaScript/angular-sails-socketio-mongo-demo/views/home/index error: Using layout located at :: /workspace/javaScript/angular-sails-socketio-mongo-demo/views/layout.ejs

any Idea about what is happening?