mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
- added scenario runner - added scenario specs - cookie cleaning DSL - making rmLog independent on ordering in the view
10 lines
347 B
HTML
10 lines
347 B
HTML
<!doctype html">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<title>Personal Log Scenario Runner</title>
|
|
<script type="text/javascript" src="../../../src/scenario/angular-bootstrap.js"></script>
|
|
<script type="text/javascript" src="personalLogScenario.js"></script>
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html>
|