diff options
Diffstat (limited to 'docs/src/templates/docs-scenario.html')
| -rw-r--r-- | docs/src/templates/docs-scenario.html | 10 | 
1 files changed, 10 insertions, 0 deletions
| diff --git a/docs/src/templates/docs-scenario.html b/docs/src/templates/docs-scenario.html new file mode 100644 index 00000000..c75155c5 --- /dev/null +++ b/docs/src/templates/docs-scenario.html @@ -0,0 +1,10 @@ +<!DOCTYPE HTML> +<html xmlns:ng="http://angularjs.org" wiki:ng="http://angularjs.org"> +<head> +  <title><angular/> Docs Scenario Runner</title> +  <script type="text/javascript" src="../angular-scenario.js" ng:autobind></script> +  <script type="text/javascript" src="docs-scenario.js"></script> +</head> +<body> +</body> +</html>
\ No newline at end of file | 
