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

UPDATED: Persist radio button selection in localStorage populates to all ng-repeat

$
0
0

I was able to get it working for a checkbox (radio button won't be long to solve), however, now it persists for all lessons because I'm using ng-repeat! Any help on how I can persist it for the selected lesson only? Thanks

code

$scope.yourprogress=window.localStorage.getItem('yourprogress') === 'false';
$scope.updateLocalStorage = function () {
window.localStorage.setItem('yourprogress', $scope.yourprogress);
console.log($scope.yourprogress);
};


Viewing all articles
Browse latest Browse all 228595

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>