Everything seems to be working fine on my application. However, when I click the back or forward buttons on Chrome, the URL changes, but all I see is a blank screen with an empty body
tag containing the ng-view
attribute. I've checked the controllers and they seem to be executing properly, yet the page itself is not rendering at all. It's just a blank body
tag.
Any ideas on how to solve this issue? My tech stack includes AngularJS with Ruby on Rails, in case that information is relevant.