I am playing with Ionic for 3 days and one thing got me.
I have 2 tabs: A - dashboard and B - users
Dashboard have only one deep level (A1). Users have 2 deep levels:
B1: where it shows a list of users
B2: where it shows info about the clicked user in B1.
Wheres the problem?
Clicking in some user in B1, the app goes to B2 and there is a back button to B1. Nice.
However I have a link to the last added user in A1 (see picture). Then, when clicked it goes to B2 but theres no back button, not even to A1. How can I put a back button there pointing to B1?
I know about $ionicHistory, but don’t know what to do exactly.
Thanks