angularjs 页面刷新后 http缓存还在吗

2025-05-09 02:43:28
推荐回答(2个)
回答1:

.state('test', {

url: '/test',
cache:'false',
templateUrl: 'templates/test.html',
controller: 'testCtrl'
})

回答2:

看你是什么缓存机制