Open RZR666 opened 5 years ago
Hi,
Has anyone had an luck restoring search parameters from storage?
// Restore $scope.savedSearch = LocalDataService.GetSearchCriteria();
// Save localStorageService.set('search', JSON.stringify(data));
// Get return JSON.parse(localStorageService.get('search'));
TypeError: Converting circular structure to JSON
console logging returns the same data though.
Hi,
Has anyone had an luck restoring search parameters from storage?
// Restore $scope.savedSearch = LocalDataService.GetSearchCriteria();
// Save localStorageService.set('search', JSON.stringify(data));
// Get return JSON.parse(localStorageService.get('search'));
TypeError: Converting circular structure to JSON
console logging returns the same data though.