-
Notifications
You must be signed in to change notification settings - Fork 0
/
Index.html
36 lines (30 loc) · 884 Bytes
/
Index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title>Home</title>
</head>
<body>
<div id="content">
<div>
<p>Directive Test</p>
<div>
<configurable-template-list></configurable-template-list>
</div>
</div>
</div>
<!--<script src="bower_components/angular/angular.js"></script>-->
<!--<script src="bower_components/traceur/traceur.js"></script>-->
<!--<script>-->
<!--traceur.options.experimental = true;-->
<!--new traceur.WebPageTranscoder(document.location.href).run();-->
<!--</script>-->
<!--<script type="module" src="app/bootstrap.js"></script>-->
<script src="jspm_packages/system.js"></script>
<script src="config.js"></script>
<script>
/* global System */
System.import('main');
</script>
</body>
</html>