I read so many blogs that it says there is a mistake in
$scope.logout = function() { $ionicHistory.clearCache(); $ionicHistory.clearHistory(); $state.go('home'); };
is there any solution to clear the cache using ion code or using some angular code ??
Dixit source share