I'm new to angularjs and I'm trying to get my page to reload and the controller to reload when I hit the back button. I'm using a nested UI-router and right now, the page doesn't reload and the controller isn't reloading when the back button is clicked.
More specifically, when you're in a child state and you click the back button, I want the parent state and it's controller to be reloaded. Any suggestions on how to approach this problem? Thanks.