标签: c# angularjs caching xmlhttprequest
在cache:false中设置$http是否足够,或者我也应该添加其他配置?
cache:false
$http
var self = this; self.get = function () { return $http({ method: 'GET', cache: false, url: '.......' }); }