Please try below code, Its working for me:
$state.go("your_main_state_name_here");
$ionicHistory.clearHistory();
setTimeout(function (){
$window.location.reload(true);
}, 100);
$state.go("your_main_state_name_here");
$ionicHistory.clearHistory();
setTimeout(function (){
$window.location.reload(true);
}, 100);