PolymerElements / app-storage

Data-pipes and specialized services
61 stars 47 forks source link

this.set('path',value) doesn't reflect changes in the local storage. #118

Open amanshu-kataria opened 7 years ago

amanshu-kataria commented 7 years ago

Description

this.set('path',value); doesn't reflect changes in the local storage. The changes are reflected in the property but not in the local storage.

Expected outcome

The values should change in the local storage.

Actual outcome

The value doesn't change in the local storage.

Live Demo

https://codepen.io/amanshu_kataria/pen/PKZOOd