Friday, 5 September 2014

In AngularJS, how would you cache the data (for example, a list of top 10 news of today) you receive from Java?


I am fetching the list of news from the Backend and want to cache them and display them in HTML5 using the AngularJS.

I am new to Angular and don't know the correct way to do this. is it possible to cache this data or not. Please suggest.


No comments:

Post a Comment