Skip to content

An Angular module that gives you access to the browsers local storage

License

Notifications You must be signed in to change notification settings

destegabry/angular-local-storage

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 

Repository files navigation

angular-local-storage

An Angular module that gives you access to the browsers local storage, forked to be used in https://github.com/destegabry/angular-requirejs-html5boilerplate-seed

Remember to set your app name (prefix) in the settings at the beginning of localStorageModule.js.

To do:

  • Add tests
  • Expand Readme

Example use:

    // Start fresh
    localStorageService.clearAll();
    localStorageService.add('Favorite Sport','Ultimate Frisbee');

Check out the full demo and documentation at http://gregpike.net/demos/angular-local-storage/demo.html

About

An Angular module that gives you access to the browsers local storage

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%