public

AngularJS - $sessionStorage & $localStorage Updated

AngularJS - $sessionStorage and $localStorage are services for use in your AngularJS applications. Each provide a key-value (string-object) storage, that is backed respectively by sessionStorage or localStorage with support for

8 years ago

Latest Post Magic Leap 1 by Scriptwerx public

AngularJS - $sessionStorage and $localStorage are services for use in your AngularJS applications.

Each provide a key-value (string-object) storage, that is backed respectively by sessionStorage or localStorage with support for expiry (in days).

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 is useful for persisting data within applications.

Release v1.0.0

Both services have just been updated to v1.0.0 release.

Release v1.0.0 has been updated and tested with [NodeJS](http://www.nodejs.org" target="_blank) v4.2 and v5.5.

Read more

Read more about each service at their respective pages:

AngularJS - $sessionStorage

AngularJS - $localStorage

Scriptwerx

Published 8 years ago