$ionicHistory is not keeping track of views with parameters

I am having an issue with ionic framework app. When user moves from one view to another, to get him back on previous view I am using following code.

$ionicHistory.goBack();

It is working fine with the view without parameters. But failing to go back on the views with query string parameters.

I think views with parameters not getting added in history. Can anyone help me how to add these views in history?