2
Hello,
I started using Play! Framework a short time with Angularjs, and I’m having problems to use Angularjs services, because if a variable in a page and when I consult this variable in another page the value is null. I noticed that the application loads the files statically every time I access a page.
How do I load these files only once in the application, then not have to download them again (every page accessed) and lose the values of my variables js?
Thank you for the answer! I found in these Libraries the solution to my problem.
– Fabio Willian