I want advice from experts to make my application navigation. I’m new to angular ui router.
My application will login to the home page where I have three tabs(used md-tabs) - suppose let tabs be Electronics, Food and Flowers. Each tab contains a list of items. On click on any item in list it will go to the next list(not tabbed here) which lists all the available category in it. Then on opening this the next page will be details page where users can see the details and actions like add to cart or purchase.
Now I have made it in three pages and using $state.go to navigate. But the problem is, I cant come back to the homepage from list view. Its going to login page.
Thanks in advace