diff options
| author | German Galvis | 2012-08-15 17:04:51 -0500 | 
|---|---|---|
| committer | Misko Hevery | 2012-08-30 15:36:42 -0700 | 
| commit | 5318588d6e8ee9a31f4002affd6858d25305aabf (patch) | |
| tree | 5f927ba83d8aa769dc8f0c0540723de42b1d9893 /i18n | |
| parent | 14c8f6a7ca72f4f2aac3bd396a2df7dacd6205fa (diff) | |
| download | angular.js-5318588d6e8ee9a31f4002affd6858d25305aabf.tar.bz2 | |
fix(scenario): Adding meta tag to avoid cache issues
Diffstat (limited to 'i18n')
| -rw-r--r-- | i18n/e2e/runner.html | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/i18n/e2e/runner.html b/i18n/e2e/runner.html index 56825b33..ea41238c 100644 --- a/i18n/e2e/runner.html +++ b/i18n/e2e/runner.html @@ -2,6 +2,7 @@  <html xmlns:ng="http://angularjs.org" wiki:ng="http://angularjs.org">  <head>    <meta charset="utf-8"> +  <meta http-equiv="expires" content="0">    <title><angular/> Docs Scenario Runner</title>    <script type="text/javascript" src="../../build/angular-scenario.js" ng:autotest></script>    <script type="text/javascript" src="i18n-e2e.js"></script> | 
