Paul Massey's profile

AngularJS - $sessionStorage

Provides a key-value (string-object) storage, that is backed by sessionStorage with support for expiry (in minutes).
 
Objects put or retrieved from this storage are automatically serialized or deserialized by angular's toJson/fromJson and are also held within a session cache for optimal retrieval.
 
Storing items in sessionStorage is useful for persisting data within the current browser session.
 
Read more at:
 
AngularJS - $sessionStorage
Published:

Project Made For

AngularJS - $sessionStorage

AngularJS Service that provides a key-value (string-object) storage, that is backed by sessionStorage with support for expiry (in minutes).

Published:

Creative Fields