Quantcast
Channel: Ionic Forum - Latest posts
Viewing all articles
Browse latest Browse all 228595

Saved Events

$
0
0

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

})

Viewing all articles
Browse latest Browse all 228595

Trending Articles