@junerockwell wrote:
From View A, there's a button I click to go to View B using
$state.go('viewB');
View B has a
<input type="text" />
.I click
<ion-nav-back-button>
which triggers$ionicHistory.goBack()
to go back to View A.If I click the button in View A to View B again, the value I typed in the textbox in View B is gone. The textbox is just empty.
Is there a way to prevent this or what is the way to solve this?
Posts: 3
Participants: 3