分类

链接

2017 年 10 月
 1
2345678
9101112131415
16171819202122
23242526272829
3031  

近期文章

热门标签

新人福利,免费薅羊毛

现在位置:    首页 > 前端 > 正文
共享办公室出租
AngularJs 禁止模板缓存
前端 暂无评论 阅读(550)
  1. //使用$templateCache清除缓存
  2. // 禁止模板缓存  
  3. app.run(function($rootScope, $templateCache) {  
  4.     $rootScope.$on('$routeChangeStart', function(event, next, current) {  
  5.         if (typeof(current) !== 'undefined'){  
  6.             $templateCache.remove(current.templateUrl);  
  7.         }  
  8.     });  
  9. });  

============ 欢迎各位老板打赏~ ===========

本文版权归Bruce's Blog所有,转载引用请完整注明以下信息:
本文作者:Bruce
本文地址:AngularJs 禁止模板缓存 | Bruce's Blog

发表评论

留言无头像?