angularjs - ANGULAR JS - Share data between pages - undefined -
I am currently trying to create an analytics application using Javascript and Angular JS.
Although I'm having some problems.
I have only two simple pages and one controller in each I tried to share data between these pages using a simple service. The first page is a charge of repeating through this data to analyze many CSV files and to create JavaScript Objects and display charging and tables.
However, when I am moving beyond the "Analogor" page "Displays" pages and JS files have been refreshed, everything is flushed, the ADN is the data I entered inside my service. I lose ...
I already have to look like some storage modules, but the data objects I'm building are large (CSV files are about 100 000 lines each ...)
Do you have any ideas? Maybe I'm not using the right angular JS philosophy?
Do not hesitate to write the code written to me.
Thank you very early,
I am using 1 with great success, but it is designed to store small amounts of data.
Comments
Post a Comment