Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 5318588

Browse files
pixshatterermhevery
authored andcommitted
fix(scenario): Adding meta tag to avoid cache issues
1 parent 14c8f6a commit 5318588

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

example/personalLog/scenario/runner.html

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
33
<head>
44
<title>Personal Log Scenario Runner</title>
5+
<meta http-equiv="expires" content="0">
56
<script type="text/javascript" src="../../../src/scenario/angular-bootstrap.js" ng:autotest></script>
67
<script type="text/javascript" src="personalLogScenario.js"></script>
78
</head>

i18n/e2e/runner.html

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html xmlns:ng="http://angularjs.org" wiki:ng="http://angularjs.org">
33
<head>
44
<meta charset="utf-8">
5+
<meta http-equiv="expires" content="0">
56
<title>&lt;angular/&gt; Docs Scenario Runner</title>
67
<script type="text/javascript" src="../../build/angular-scenario.js" ng:autotest></script>
78
<script type="text/javascript" src="i18n-e2e.js"></script>

test/ngScenario/e2e/Runner.html

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
22
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
33
<head>
4+
<meta http-equiv="expires" content="0">
45
<script type="text/javascript" src="../../../src/scenario/angular-bootstrap.js" ng-autotest></script>
56
<script type="text/javascript" src="widgets-scenario.js"></script>
67
</head>

0 commit comments

Comments
 (0)