0

angularjs ui router not supporting browser back and forward buttons. Is there any way to achieve it? If I click browser back button the url in address bar changed but nothing happens

  • Maybe this will help: http://stackoverflow.com/questions/22247294/how-do-i-get-the-back-button-to-work-with-an-angularjs-ui-router-state-machine – David Dec 02 '15 at 20:49

1 Answers1

0

I got the resolution. I didn't set the default route, that's the reason it was not working. After setting default route, all was working fine.