diff options
| author | German Galvis | 2012-08-15 17:04:51 -0500 | 
|---|---|---|
| committer | Misko Hevery | 2012-08-30 21:34:42 -0700 | 
| commit | 8bb3942453c5cc9c34affa689168c1bb46f0263e (patch) | |
| tree | 279562b4637957ec7b3a16d168edf85e15fe1ace /test | |
| parent | 51a79cebcba300c10641bdedb80a2b2b1913ec35 (diff) | |
| download | angular.js-8bb3942453c5cc9c34affa689168c1bb46f0263e.tar.bz2 | |
fix(scenario): Adding meta tag to avoid cache issues
Diffstat (limited to 'test')
| -rw-r--r-- | test/ngScenario/e2e/Runner.html | 1 | 
1 files changed, 1 insertions, 0 deletions
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>  | 
