Deploying an angular.js +rails app at Heroku

Anyone could deployed an angular.js + rails app at heroku? Im trying to, but the angular.js code appears in the html page as {{…}}

Any idea why is this happening? perhaps i need to modified the production enviroment config or something

Please let me know !!

take a look at the browser console (if you’re using chrome, right click on the web page and select ‘inspect element’ - go to the console tab)

there’s probably an error there. resolve that and you’re on your way…