Rails 4 application using AngularJS v1.2.13.
I have a view that will, once loaded, populate itself with data loaded asynchronously from the server.
Currently I get the naked {{content/scope variable}} displayed when I navigate to this page.
However, a simple refresh of that page makes the view and the Angular app function perfectly.
It's not the ng-bind issue as it really seems like JS is broken on the initial load rather than just late in loading.
Any idea what I am doing wrong?