javascript - $ionicHistory is not keeping track of views with parameters -


i having issue ionic framework app. when user moves 1 view another, him on previous view using following code.

$ionichistory.goback(); 

it working fine view without parameters. failing go on views query string parameters.

i think views parameters not getting added in history. can me how add these views in history?


Comments