Hi All,
I want to prevent caching in angular.for that i set the cache property to
false.After doing this i request the same url .But didn't send that requst
to my server.
The code is ,
$http({
cache : false,
method: "GET",
url:"http://192.168.10.118:8087/cisms/manageit/ciAvailableWidget/ciAvailableSetting"
}).success(function(data) {
}).error(function(data) {
});
can u help me?
--
You received this message because you are subscribed to the Google Groups
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.