I am facing problem to manage the data while redirecting from one page to another in angulrJS.
I have one page (Tyre Card) where few fields like Name, address, isPersonalUser etc... From this page user can go into another page (Vehicle card) where few fields like regNo, vehicle type etc...
Two different controllers are there. Tyre Card and Vehicle card are linked using FK.
When user do some changes into TyreCard and navigate to another page(Vehicle card). I want to manage data of Tyre card, so when user back to this page from vehicle card then those data should be there on Tyrehotelcard.