gsklee / ngStorage

localStorage and sessionStorage done right for AngularJS.
MIT License
2.34k stars 461 forks source link

Apply method called on the readme.md #280

Open felipegouveiae opened 5 years ago

felipegouveiae commented 5 years ago

I had an issue on IPADs because of the $apply method not being called. For some reason, it doesn`t persist the information if that method is not called on IPADs ( Safari and Chrome ).

I thought it would make sense add that to the readme to avoid issues like that in the future.