Page 1 of 1

How do you utilize the Storage object? - AngularJS/Bootstrap

Posted: Sat Apr 11, 2015 1:16 pm
by Ravenight

I'm sure I am missing something simple, but I cannot find the object to call to use the Storage functions. I see the "storage" folder and the files that define the functions for basestorage, LocalStorage, WindowStorage, and SessionStorage.

However, the Apperyio helper object does not seem have these connected to it.

I know I can use sessionStorage.setItem('variable_name','value'); directly, but I would like to make use of the pre-built helper objects instead of writing my own.

Can someone point out what I am missing here in order to set/get SessionStorage objects in a service using the pre-built Appery functions?


How do you utilize the Storage object? - AngularJS/Bootstrap

Posted: Sat Apr 11, 2015 5:12 pm
by Illya Stepanov

Hi --

Unfortunately, storage entities API are unavailable at the moment within Angular/Bootstrap builder.


How do you utilize the Storage object? - AngularJS/Bootstrap

Posted: Sat Apr 11, 2015 6:40 pm
by Ravenight

Okay. Good to know. I thought I must be going a bit crazy trying to find it.

For now, I will move forward with the more manual way of accessing it.

codesessionStorage.setItem('variable_name','value');/code

Any idea on when this will be added?


How do you utilize the Storage object? - AngularJS/Bootstrap

Posted: Sat Apr 11, 2015 7:04 pm
by Illya Stepanov

I need to clarify this with our development team and give you more details about it.


How do you utilize the Storage object? - AngularJS/Bootstrap

Posted: Fri Apr 24, 2015 8:18 am
by Alena Prykhodko

Hello,

This is not planned to be added since all storage in Angular are replaced with scope.