I store some data in the localStorage
what I want in my angularjs app is that when the data in the localStorage changed, the app rerender the app, how can I do this?
I recently created a module allows you to simply bind a localStorage key to a $scope variable and also store Objects, Arrays, Booleans and more directly inside the localStorage.
Github localStorage Module