Hi, There , Is there any solution to save all the events you did after you close your app?
Ex:
<ion-ontent ng-controller="controller">
<div ngShow = "showMe">
</div>
</ion-content>
.controller('controller',function($scope){
$scope.showMe = true; // Saved this event to my app
})