angular-scalyr
Version:
Angular Directives by Scalyr
31 lines (25 loc) • 1.08 kB
HTML
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Tests for js/directives directory</title>
<link rel="stylesheet" href="../thirdparty/jasmine/jasmine.css">
<script src="../../js/thirdparty/angular.js"></script>
<script src="../../js/core.js"></script>
<script src="../../js/directives/slyEvaluate.js"></script>
<script src="../../js/directives/slyRepeat.js"></script>
<script src="../../js/lib/gatedScope.js"></script>
<script src="../thirdparty/jasmine/jasmine.js"></script>
<script src="../thirdparty/jasmine/jasmine-html.js"></script>
<script src="../thirdparty/sinon.js"></script>
<script src="../thirdparty/angular-mocks.js"></script>
<script src="../scalyrUnitTest.js"></script>
<script src="slyEvaluateTest.js"></script>
<script src="slyRepeatTest.js"></script>
<script type="text/javascript">
runUnitTests();
</script>
</head>
<body>
</body>
</html>