javascript - ExecJS::RuntimeError while implementing Angular Js in Rails -


i trying implement angular js in rails project, following tutorial http://angular-rails.com/bootstrap.html, after going through of steps getting error:

enter image description here

i have searched web didn't enough info, somewhere mentioned due node.js, have installed node.js on system.

so found solution.

problem coffee script, there missing parenthesis,

controllers = angular.module('controllers',[]) controllers.controller("recipescontroller", [ '$scope',   ($scope)-> ] 

")" missing in above script.

thanks reference.


Comments

Popular posts from this blog

php - How to add and update images or image url in Volusion using Volusion API -

javascript - jQuery UI Splitter/Resizable for unlimited amount of columns -

javascript - IE9 error '$'is not defined -