I\'m new to angularJS and have a question about caching etc.
I have a wizard with two steps, I want to be able to click back and next and have the forms still filled
if you replace $resource with $http then you can directly use below code
$resource
$http
$http({ method: 'PUT', url: 'url', cache:true });