How to store data permnanently in angularjs -


i find whenever refresh page, angular rebuild whole module. there way store data permanently. cookie service way?

you can use local storage this:

localstorage.setitem('variable', 'stored value'); alert(localstorage['variable']); 

Comments

Popular posts from this blog

javascript - Can Piwik report referrer in real time? -

asp.net - Google Drive Access: At least one client secrets (Installed or Web) should be set -

c# - How do I debug "System.DllNotFoundException: The specified procedure could not be found"? -