I am trying to deploy a Rails application with Angularjs on Bluemix. I am using AngularJS for the front end MVC. I am trying to put my application into production and Angularjs is not working.
The application is running fine on my machine. However when deployed in Bluemix it is not working as somehow Angular is not loading.
Even I have tried simple code from the following tutorials:
https://github.com/thedillonb/rails-angularjs-simple-forum
I am finding this so strange:
- The angular script directory is added into the application.js
And the application.html.erb is loading using the:
<%= javascript_include_tag "application" %>
Then what is going wrong!
Can anyone please help here?