Hey Guys, I just need some input about how most people are handling persisting data in angular since a page refresh will wipe out the data. I have seen a previous post where people recommended things like breeze.js and persistence.js but what is wrong with just using the html5 local storage api?
it looks like it is supported in all browsers so why not use it? I am working with a PHP/ MySQL backed and I don't want to use something like breeze because it does more than I need. I m looking to just use sessionStorage to keep the data active until the user closes the browser. Let me know what ya think -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
