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
            Asked
            
        
        
            Active
            
        
            Viewed 1,234 times
        
    0
            
            
        - 
                    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 Answers
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.
 
    
    
        Prashant Koli
        
- 41
- 6
- 
                    Hi Prashant, I am having the same issue, can you share how did you set the default route? – Amit Mahajan Jul 07 '17 at 16:50