fix(scenario): Adding meta tag to avoid cache issues

This commit is contained in:
German Galvis
2012-08-15 17:04:51 -05:00
committed by Misko Hevery
parent 51a79cebcb
commit 8bb3942453
3 changed files with 3 additions and 0 deletions

View File

@@ -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>