I’m trying to get ionic’s ion-nav-view behavior working in a normal Angular project. In special I want to have the views data persistent through rout changes.
Whats the problem:
I have different rout’s with forms in it. When I fill a form with data, change the route and then back, all data got
lost.
In ionic it works perfect. Does anybody know how to accomplish that in a normal ng project??
thx