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:
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
Post a Comment