I have an app with 4 Tabs. 2 of the Tabs load Json content via $http the function for this is defined inside the controller and gets loaded everytime i switch to that specific tab.
Is it possible to cache the Tabs view, well lets say if the populated json data is not older than 10 minutes or gets refreshed manually by pull to refresh ?