diff options
| -rw-r--r-- | example/personalLog/scenario/runner.html | 1 | ||||
| -rw-r--r-- | i18n/e2e/runner.html | 1 | ||||
| -rw-r--r-- | test/ngScenario/e2e/Runner.html | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/example/personalLog/scenario/runner.html b/example/personalLog/scenario/runner.html index 2dd776db..298581d9 100644 --- a/example/personalLog/scenario/runner.html +++ b/example/personalLog/scenario/runner.html @@ -2,6 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Personal Log Scenario Runner</title> + <meta http-equiv="expires" content="0"> <script type="text/javascript" src="../../../src/scenario/angular-bootstrap.js" ng:autotest></script> <script type="text/javascript" src="personalLogScenario.js"></script> </head> 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> diff --git a/test/ngScenario/e2e/Runner.html b/test/ngScenario/e2e/Runner.html index 1191dc86..9065380e 100644 --- a/test/ngScenario/e2e/Runner.html +++ b/test/ngScenario/e2e/Runner.html @@ -1,6 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> + <meta http-equiv="expires" content="0"> <script type="text/javascript" src="../../../src/scenario/angular-bootstrap.js" ng-autotest></script> <script type="text/javascript" src="widgets-scenario.js"></script> </head> |
